From 15c69d6c70ea5a7c242caf52298f57e97f8a6e59 Mon Sep 17 00:00:00 2001 From: nfnty Date: Sun, 19 Feb 2017 14:17:38 +0100 Subject: [PATCH] tests: Remove `from` from keywords Fixes #5 --- tests/test.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/test.py b/tests/test.py index ff52fd6..83e43cc 100644 --- a/tests/test.py +++ b/tests/test.py @@ -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