Mercurial > p > roundup > code
diff scripts/import_sf.py @ 4687:4960a2c21590
Python 2.3 workarounds cleanup
| author | anatoly techtonik <techtonik@gmail.com> |
|---|---|
| date | Wed, 28 Nov 2012 06:45:30 +0300 |
| parents | eddb82d0964c |
| children | 0942fe89e82e |
line wrap: on
line diff
--- a/scripts/import_sf.py Wed Nov 28 04:51:56 2012 +0300 +++ b/scripts/import_sf.py Wed Nov 28 06:45:30 2012 +0300 @@ -22,8 +22,6 @@ """ import sys, os, csv, time, urllib2, httplib, mimetypes, urlparse -# Python 2.3 ... 2.6 compatibility: -from roundup.anypy.sets_ import set try: import cElementTree as ElementTree
