mirror of
https://github.com/pret/pokemon-reverse-engineering-tools.git
synced 2026-08-20 17:24:10 -05:00
fix some imports in test_vba.py
This commit is contained in:
@@ -4,12 +4,12 @@ Tests for VBA automation tools
|
||||
|
||||
import unittest
|
||||
|
||||
import vba
|
||||
import pokemontools.vba.vba as vba
|
||||
|
||||
try:
|
||||
import vba_autoplayer
|
||||
import pokemontools.vba.vba_autoplayer
|
||||
except ImportError:
|
||||
import autoplayer as vba_autoplayer
|
||||
import pokemontools.vba.autoplayer as vba_autoplayer
|
||||
|
||||
vba_autoplayer.vba = vba
|
||||
|
||||
|
||||
Reference in New Issue
Block a user