From 4636982682d69c0fc5fea724344f02c94c6cb741 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Fri, 21 Aug 2009 09:28:16 +0200 Subject: rename misc->common --- nephilim/song.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nephilim/song.py') diff --git a/nephilim/song.py b/nephilim/song.py index bc0d1c4..008312a 100644 --- a/nephilim/song.py +++ b/nephilim/song.py @@ -19,7 +19,7 @@ from PyQt4 import QtCore import os -from misc import sec2min +from common import sec2min class Song: """The Song class offers an abstraction of a song.""" -- cgit v1.2.3