degal/commands/__init__.py
changeset 144 97505a789003
parent 65 97e1bc208574
--- 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, )