diff options
author | Bryan Bishop <kanzure@gmail.com> | 2016-08-29 15:13:18 -0500 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2016-08-29 15:13:18 -0500 |
commit | 080bbf00ff93e334eb22e89fb980a64769b4aa01 (patch) | |
tree | c67cc7b8500aac4e400d4e8bfdbef57a57b63eb1 /tests/test_vba.py | |
parent | 85ee624293900c78e9b02f1fcb4aa00c5b2140a5 (diff) |
some python3-specific changespy3-continued
Diffstat (limited to 'tests/test_vba.py')
-rw-r--r-- | tests/test_vba.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_vba.py b/tests/test_vba.py index 461cb65..a5f7589 100644 --- a/tests/test_vba.py +++ b/tests/test_vba.py @@ -5,13 +5,13 @@ from __future__ import print_function import unittest -from setup_vba import ( +from tests.setup_vba import ( vba, autoplayer, keyboard, ) -from bootstrapping import ( +from tests.bootstrapping import ( bootstrap, bootstrap_trainer_battle, ) |