diff options
author | luxagraf <sng@luxagraf.net> | 2011-02-23 11:28:37 -0600 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2011-02-23 11:28:37 -0600 |
commit | 98cbbb27f83c8d7b38cad810cab83f7e5e639d4e (patch) | |
tree | 8c740f3661ff2b6c55e2b33cb9574a2ba37c379e /apps/projects/models/__init__.py | |
parent | fc776ae0e6d85ed5e51b83291ca943f2d740bd43 (diff) | |
parent | b9f40c0c9df3167d28f131cecd566190e18b459e (diff) |
Merge branch 'master' of http://git.luxagraf.net/luxagraf
Diffstat (limited to 'apps/projects/models/__init__.py')
-rw-r--r-- | apps/projects/models/__init__.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/projects/models/__init__.py b/apps/projects/models/__init__.py index fdee7fc..7fe6077 100644 --- a/apps/projects/models/__init__.py +++ b/apps/projects/models/__init__.py @@ -1,3 +1,4 @@ from base import Project from fiveby import FiveBy -from natparks import NationalParks
\ No newline at end of file +from natparks import NationalParks +from code import Code
\ No newline at end of file |