comparison test/test_mailgw.py @ 4994:868db43b302a

Remove anypy.sets_ The anypy.sets_ package module is no longer used in the roundup codebase because python v2.4 is no longer supported. The anypy VERSION has been bumped to 0.3 to reflect this removal, but the version has probably never changed when other features were added in the past so this bump may be pointless.
author John Kristensen <john@jerrykan.com>
date Thu, 08 May 2014 18:44:29 +1000
parents 7f8f27ce1a06
children 63c79c0992ae
comparison
equal deleted inserted replaced
4993:ae12b4b3ea9e 4994:868db43b302a
29 29
30 from roundup import mailgw, i18n, roundupdb 30 from roundup import mailgw, i18n, roundupdb
31 from roundup.mailgw import MailGW, Unauthorized, uidFromAddress, \ 31 from roundup.mailgw import MailGW, Unauthorized, uidFromAddress, \
32 parseContent, IgnoreLoop, IgnoreBulk, MailUsageError, MailUsageHelp 32 parseContent, IgnoreLoop, IgnoreBulk, MailUsageError, MailUsageHelp
33 from roundup import init, instance, password, __version__ 33 from roundup import init, instance, password, __version__
34 from roundup.anypy.sets_ import set
35 34
36 #import db_test_base 35 #import db_test_base
37 import memorydb 36 import memorydb
38 37
39 def expectedFailure(method): 38 def expectedFailure(method):

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