<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -3,6 +3,7 @@
 .installed.cfg
 bin
 develop-eggs
+dist
 downloads
 eggs
 parts</diff>
      <filename>.gitignore</filename>
    </modified>
    <modified>
      <diff>@@ -34,7 +34,7 @@ def redirect(request, prefix, tiny):
     # actually returns a domain-relative URL -- into a fully qualified one.
     
     # If we got a fully-qualified URL, sweet.
-    if urlparse.urlsplit(url).scheme:
+    if urlparse.urlsplit(url)[0]:
         return HttpResponsePermanentRedirect(url)
     
     # Otherwise, we need to make a full URL by prepending a base URL.</diff>
      <filename>src/shorturls/views.py</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>45a02f1af64ffa5ee5fddd8930c1507def786ee4</id>
    </parent>
  </parents>
  <author>
    <name>Jacob Kaplan-Moss</name>
    <email>jacob@jacobian.org</email>
  </author>
  <url>http://github.com/jacobian/django-shorturls/commit/f20615679438f43b596d84ebf94f61fa2d54c68b</url>
  <id>f20615679438f43b596d84ebf94f61fa2d54c68b</id>
  <committed-date>2009-04-12T17:52:06-07:00</committed-date>
  <authored-date>2009-04-12T17:52:06-07:00</authored-date>
  <message>Fixed a Python 2.5ism.</message>
  <tree>c0bb5d50502987bc52732dd0b56a4a14dd748188</tree>
  <committer>
    <name>Jacob Kaplan-Moss</name>
    <email>jacob@jacobian.org</email>
  </committer>
</commit>
