<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,10 +1,13 @@
 import os
 import sys
-import sets
 
 from paver.easy import *
 from paver.setuputils import setup
 
+try:
+    Set
+except NameError:
+    from sets import Set
 
 try:
     # Import for dev tasks
@@ -112,7 +115,7 @@ if ALL_TASKS_LOADED:
     @task
     def pip_requirements():
         &quot;&quot;&quot;Create a pip requirement file.&quot;&quot;&quot;
-        req = sets.Set()
+        req = Set()
         for d in (
             options.virtualenv.get('packages_to_install', [])
             + options.setup.get('install_requires', [])</diff>
      <filename>pavement.py</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>ade84a7cafd3ea1a2f1504cc8d41d01b243845e7</id>
    </parent>
  </parents>
  <author>
    <name>Damien Lebrun</name>
    <email>dinoboff@hotmail.com</email>
  </author>
  <url>http://github.com/dinoboff/github-tools/commit/788f02ef63a6a3e706cb07635aad2ab2007df6d7</url>
  <id>788f02ef63a6a3e706cb07635aad2ab2007df6d7</id>
  <committed-date>2009-09-06T07:54:05-07:00</committed-date>
  <authored-date>2009-09-06T07:54:05-07:00</authored-date>
  <message>Check is sets should be imported or not.

Remove python 2.6 warning about the sets module.</message>
  <tree>e9cefef1e25c675f763fe55595a0eabe351119b1</tree>
  <committer>
    <name>Damien Lebrun</name>
    <email>dinoboff@hotmail.com</email>
  </committer>
</commit>
