<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,4 +1,3 @@
 &quot;&quot;&quot;
 See `fabric.api` for the publically importable API.
 &quot;&quot;&quot;
-from version import get_version</diff>
      <filename>fabric/__init__.py</filename>
    </modified>
    <modified>
      <diff>@@ -2,9 +2,11 @@
 
 from setuptools import setup, find_packages
 
+from fabric.version import get_version
+
 setup(
     name='Fabric',
-    version=__import__('fabric.version').get_version(),
+    version=get_version(),
     description='Fabric is a simple, Pythonic tool for remote execution and deployment.',
     long_description=open('README').read() + &quot;&quot;&quot;
     </diff>
      <filename>setup.py</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>2b77133bf1a6eaf72b63be4773417bda5cbf7da1</id>
    </parent>
  </parents>
  <author>
    <name>Jeff Forcier</name>
    <email>jeff@bitprophet.org</email>
  </author>
  <url>http://github.com/karmazilla/fabric/commit/f0cacfb3c582ea11d2b3dbd0c3baadd7b5a9c213</url>
  <id>f0cacfb3c582ea11d2b3dbd0c3baadd7b5a9c213</id>
  <committed-date>2009-05-25T06:36:27-07:00</committed-date>
  <authored-date>2009-05-25T06:36:27-07:00</authored-date>
  <message>Minor cleanup to package init and setup.py.

Tested with fresh virtualenvs doing setup.py install|develop|build. Seems to
work OK in all of them.</message>
  <tree>79d9450ef6f85b03849595c6cea55dbf0a58d2d1</tree>
  <committer>
    <name>Jeff Forcier</name>
    <email>jeff@bitprophet.org</email>
  </committer>
</commit>
