diff -r a6e53a20fccb -r 97505a789003 degal/commands/__init__.py --- a/degal/commands/__init__.py Wed Jul 01 20:57:03 2009 +0300 +++ b/degal/commands/__init__.py Thu Jul 02 21:59:01 2009 +0300 @@ -2,5 +2,6 @@ Core commands """ -from main import main +from update import update +COMMANDS = (update, )