tests: Remove from from keywords

Fixes #5
This commit is contained in:
nfnty
2017-02-19 14:17:38 +01:00
parent 82e689a252
commit 15c69d6c70

View File

@@ -9,10 +9,12 @@
# Keywords.
with break continue del exec return pass print raise global assert lambda yield
for while if elif else import from as try except finally and in is not or
for while if elif else import as try except finally and in is not or
from test import var as name
raise Exception from ex
yield from
def functionname