Mercurial > p > roundup > code
diff roundup/hyperdb.py @ 4687:4960a2c21590
Python 2.3 workarounds cleanup
| author | anatoly techtonik <techtonik@gmail.com> |
|---|---|
| date | Wed, 28 Nov 2012 06:45:30 +0300 |
| parents | 22bc0426e348 |
| children | 6998ad77841e |
line wrap: on
line diff
--- a/roundup/hyperdb.py Wed Nov 28 04:51:56 2012 +0300 +++ b/roundup/hyperdb.py Wed Nov 28 06:45:30 2012 +0300 @@ -22,8 +22,6 @@ # standard python modules import os, re, shutil, weakref -# Python 2.3 ... 2.6 compatibility: -from roundup.anypy.sets_ import set # roundup modules import date, password
