Renaming models.all to models.base.
authorJoseph Spiros <joseph.spiros@ithinksw.com>
Wed, 23 Jun 2010 15:43:04 +0000 (11:43 -0400)
committerJoseph Spiros <joseph.spiros@ithinksw.com>
Wed, 23 Jun 2010 15:43:04 +0000 (11:43 -0400)
models/__init__.py
models/base.py [moved from models/all.py with 100% similarity]

index 85ddec7..b934cda 100644 (file)
@@ -1 +1 @@
-from philo.models.all import *
\ No newline at end of file
+from philo.models.base import *
\ No newline at end of file
similarity index 100%
rename from models/all.py
rename to models/base.py