<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,29 +1 @@
-&quot;&quot;&quot;
-Import any enabled modules as specified in the settings.py
-file for the project.
-
-&quot;&quot;&quot;
-
-import imp
-import sys
-from django.conf import settings
-
-
-def import_module(name, globals=None, locals=None, fromlist=None):
-    # Fast path: see if the module has already been imported.
-    try:
-        return sys.modules[name]
-    except KeyError:
-        pass
-
-    # If any of the following calls raises an exception,
-    # there's a problem we can't handle -- let the caller handle it.
-
-    _, pathname, description = imp.find_module(&quot;lifeflow&quot;)
-    path = u&quot;%s/mods/%s&quot; % (pathname, name)
-    return imp.load_module(name, None, path, description)
-
-
-for mod in getattr(settings, u&quot;LIFEFLOW_MODS&quot;, ()):
-    import_module(mod)
 </diff>
      <filename>__init__.py</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>1b1c90af66a486453fd639291a804d7e767aba5b</id>
    </parent>
  </parents>
  <author>
    <name>Will Larson</name>
    <email>lethain@gmail.com</email>
  </author>
  <url>http://github.com/lethain/lifeflow/commit/de48281de1d83102f838097947eff934acb786f2</url>
  <id>de48281de1d83102f838097947eff934acb786f2</id>
  <committed-date>2008-12-14T15:17:12-08:00</committed-date>
  <authored-date>2008-12-14T15:17:12-08:00</authored-date>
  <message>Removed module importing code from __init__.py</message>
  <tree>47c47cbecfe05fd8151511161886e653c0ad47ad</tree>
  <committer>
    <name>Will Larson</name>
    <email>lethain@gmail.com</email>
  </committer>
</commit>
