fix import problems with negative kill_counts, fixes #111

This commit is contained in:
David Halter
2013-01-14 21:25:48 +01:00
parent d08ee04fbb
commit ac2b0016d5
2 changed files with 1 additions and 2 deletions

View File

@@ -121,7 +121,6 @@ class TestRegression(TestBase):
# 111
assert self.complete("from datetime import") == []
print self.complete("from datetime import ")
assert self.complete("from datetime import ")
def test_get_in_function_call(self):