diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-07-03 21:35:07 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-07-03 21:35:07 -0400 |
commit | 5d72f0fe493251975b497c26344078c52054067a (patch) | |
tree | 6cc2ca323c00d19aefcd816de071e96e32953726 /tests/misc.py | |
parent | f2312d9701a560544006c9e2e0067413ac9f605e (diff) | |
download | steuermann-5d72f0fe493251975b497c26344078c52054067a.tar.gz |
Python 3k compat.
Diffstat (limited to 'tests/misc.py')
-rw-r--r-- | tests/misc.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc.py b/tests/misc.py index c1d12aa..1cbde09 100644 --- a/tests/misc.py +++ b/tests/misc.py @@ -1,5 +1,5 @@ -import nodes +from steuermann import nodes yes_list = ( ( 'a:b/c', 'a:b/c' ), |