<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -2,17 +2,9 @@ import logging
 import os
 import sys
 
-# Remove the standard version of Django.
-for k in [k for k in sys.modules if k.startswith('django')]:
-    del sys.modules[k]
-
-# Import Django from a zipfile if we don't have it on our path.
-if &quot;django&quot; not in os.listdir(os.path.abspath(os.path.dirname(__file__))):
-    sys.path.insert(0, os.path.abspath('django.zip'))
-
-# Force sys.path to have our own directory first, in case we want to import
-# from it.
-sys.path.insert(0, os.path.abspath(os.path.dirname(__file__)))
+# Use Django 1.0
+from google.appengine.dist import use_library
+use_library(&quot;django&quot;, &quot;1.0&quot;)
 
 # Google App Engine imports.
 from google.appengine.ext.webapp import util</diff>
      <filename>main.py</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>django.zip</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>18d3b04cd4dd9a10f22d89a5e12a06e391d52056</id>
    </parent>
  </parents>
  <author>
    <name>Benjamin Golub</name>
    <email>bgolub@benjamingolub.com</email>
  </author>
  <url>http://github.com/bgolub/fftogo/commit/bd2b27124bde0b8ec0207ea2331de82fa912f0dc</url>
  <id>bd2b27124bde0b8ec0207ea2331de82fa912f0dc</id>
  <committed-date>2009-06-20T12:14:38-07:00</committed-date>
  <authored-date>2009-06-20T12:14:38-07:00</authored-date>
  <message>no need to zipimport</message>
  <tree>f2b7f382493ec3fb506a8cc07b0d4fa894b1ea05</tree>
  <committer>
    <name>Benjamin Golub</name>
    <email>bgolub@benjamingolub.com</email>
  </committer>
</commit>
