aboutsummaryrefslogtreecommitdiffstats
path: root/asm/test.py
diff options
context:
space:
mode:
authorGravatar Peter McGoron 2023-02-07 17:46:44 +0000
committerGravatar Peter McGoron 2023-02-07 17:46:44 +0000
commitf6e8c62f9e00210930bf222c077abef6c6d7cb34 (patch)
treebc6b04e06d6338b3fed63ec4f1ad2d704ee6dd19 /asm/test.py
parentadd label test (diff)
move python
Diffstat (limited to '')
-rw-r--r--asm/test.py (renamed from asm_test.py)2
1 files changed, 1 insertions, 1 deletions
diff --git a/asm_test.py b/asm/test.py
index d03fc7d..e86b508 100644
--- a/asm_test.py
+++ b/asm/test.py
@@ -1,4 +1,4 @@
-from creole_asm import *
+from creole import *
import unittest
class ProgramTest(unittest.TestCase):