diff roundup/backends/indexer_common.py @ 4687:4960a2c21590

Python 2.3 workarounds cleanup
author anatoly techtonik <techtonik@gmail.com>
date Wed, 28 Nov 2012 06:45:30 +0300
parents 6e3e4f24c753
children e74c3611b138
line wrap: on
line diff
--- a/roundup/backends/indexer_common.py	Wed Nov 28 04:51:56 2012 +0300
+++ b/roundup/backends/indexer_common.py	Wed Nov 28 06:45:30 2012 +0300
@@ -1,6 +1,4 @@
 import re
-# Python 2.3 ... 2.6 compatibility:
-from roundup.anypy.sets_ import set
 
 from roundup import hyperdb
 

Roundup Issue Tracker: http://roundup-tracker.org/