diff options
| author | 2023-02-07 17:46:44 +0000 | |
|---|---|---|
| committer | 2023-02-07 17:46:44 +0000 | |
| commit | f6e8c62f9e00210930bf222c077abef6c6d7cb34 (patch) | |
| tree | bc6b04e06d6338b3fed63ec4f1ad2d704ee6dd19 /asm | |
| parent | add label test (diff) | |
move python
Diffstat (limited to '')
| -rw-r--r-- | asm/creole_asm.py (renamed from creole_asm.py) | 0 | ||||
| -rw-r--r-- | asm/test.py (renamed from asm_test.py) | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/creole_asm.py b/asm/creole_asm.py index 8e87b58..8e87b58 100644 --- a/creole_asm.py +++ b/asm/creole_asm.py 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): |
