commit | 2f68e9779030211b3d79cccfe264d01f4334c9e2 | [log] [tgz] |
---|---|---|
author | Jiri Broulik <jbroulik@mirantis.com> | Thu Jun 21 17:28:36 2018 +0200 |
committer | Jiri Broulik <jbroulik@mirantis.com> | Thu Jun 21 17:28:36 2018 +0200 |
tree | e987aceed3bd88665ac8b81b7fcb41e42ecbc9ba | |
parent | 41164ee0836ef3060cf12a4ec08043a4302d0bf4 [diff] [blame] |
Imported Upstream version 1.5.4
diff --git a/run_tests.py b/run_tests.py index 1506945..aeccb57 100755 --- a/run_tests.py +++ b/run_tests.py
@@ -6,6 +6,10 @@ # Copyright © 2007–13 martin f. krafft <madduck@madduck.net> # Released under the terms of the Artistic Licence 2.0 # +from __future__ import absolute_import +from __future__ import division +from __future__ import print_function +from __future__ import unicode_literals import unittest tests = unittest.TestLoader().discover('reclass')