mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-19 11:16:24 +00:00
Port to Python 3.
This commit is contained in:
parent
04db52b9e4
commit
f84d51d795
@ -1,3 +1,12 @@
|
||||
"""
|
||||
Tests for allmydata.util.verlib and allmydata.version_checks.
|
||||
|
||||
Ported to Python 3.
|
||||
"""
|
||||
from __future__ import absolute_import
|
||||
from __future__ import division
|
||||
from __future__ import print_function
|
||||
from __future__ import unicode_literals
|
||||
|
||||
import sys
|
||||
import pkg_resources
|
||||
|
@ -38,6 +38,7 @@ PORTED_TEST_MODULES = [
|
||||
"allmydata.test.test_humanreadable",
|
||||
"allmydata.test.test_netstring",
|
||||
"allmydata.test.test_python3",
|
||||
"allmydata.test.test_version",
|
||||
]
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user