Skip to content

Commit 2bdb3ad

Browse files
committed
1
1 parent 63a2628 commit 2bdb3ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assembler/assembler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from __future__ import print_function
22

3-
import sys
3+
import sysssss
44

55
lines = [] # contains the lines of the file.
66
tokens = [] # contains all tokens of the source code.

0 commit comments

Comments
 (0)