Lagt til manglende import.
I forrige revisjon skrev jeg kode som bruker modulen sys, men glemte å importere den.
This commit is contained in:
parent
39e1d4ef08
commit
924008fc27
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
import sqlalchemy
|
import sqlalchemy
|
||||||
import re
|
import re
|
||||||
|
import sys
|
||||||
from helpers import *
|
from helpers import *
|
||||||
|
|
||||||
exit_commands = ['exit', 'abort', 'quit', 'bye', 'eat flaming death']
|
exit_commands = ['exit', 'abort', 'quit', 'bye', 'eat flaming death']
|
||||||
|
|
Loading…
Reference in New Issue