Changed GHOP module imports to be consistent with rest of Melange code.
commit960ba751034a649a9dcfa20a50bd045ef62e7a92
authorMadhusudan C.S. <madhusudancs@gmail.com>
Mon, 8 Jun 2009 06:48:24 +0000 (8 08:48 +0200)
committerMadhusudan C.S. <madhusudancs@gmail.com>
Mon, 8 Jun 2009 06:48:24 +0000 (8 08:48 +0200)
tree2edaa7932c4c7cf2f244b7808310514df5fac2c3
parent7b1c40232e2bd49ef2084be24249fdf6417e909e
Changed GHOP module imports to be consistent with rest of Melange code.

The imports used the from <module-path> import <module> as <local_module_name>
syntax. These kinds of imports are changed to import <module_path.module_name>
syntax to be consistent with the Melange code base.

Reviewed by: Lennard de Rijk
app/soc/modules/ghop/logic/models/comment.py
app/soc/modules/ghop/logic/models/mentor.py
app/soc/modules/ghop/logic/models/org_admin.py
app/soc/modules/ghop/logic/models/org_prize_assignment.py
app/soc/modules/ghop/logic/models/organization.py
app/soc/modules/ghop/logic/models/program.py
app/soc/modules/ghop/logic/models/task.py
app/soc/modules/ghop/logic/models/timeline.py
app/soc/modules/ghop/logic/models/work_submission.py
app/soc/modules/ghop/models/org_prize_assignment.py
app/soc/modules/ghop/models/task.py