mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-21 02:01:31 +00:00
test_stringutils.py: Fix a trivial Python 2.4 syntax incompatibility
This commit is contained in:
parent
6c70fb7b3c
commit
eecaaca6b7
@ -131,7 +131,7 @@ class StringUtilsNonUnicodePlatform(unittest.TestCase):
|
||||
open_unicode,
|
||||
u'lumière')
|
||||
|
||||
class StringUtils():
|
||||
class StringUtils:
|
||||
def setUp(self):
|
||||
# Mock sys.platform because unicode_platform() uses it
|
||||
self.original_platform = sys.platform
|
||||
|
Loading…
x
Reference in New Issue
Block a user