mirror of
https://github.com/pret/pokemon-reverse-engineering-tools.git
synced 2026-04-24 15:16:52 -05:00
fix some imports in test_vba.py
This commit is contained in:
parent
bde8f7670a
commit
37b9c79b4c
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user