Commit 4483edc3 authored by Brian Curtin's avatar Brian Curtin

Clear up ResourceWarnings

parent df5d3454
...@@ -19,6 +19,7 @@ def server(evt, serv): ...@@ -19,6 +19,7 @@ def server(evt, serv):
pass pass
finally: finally:
serv.close() serv.close()
conn.close()
evt.set() evt.set()
class GeneralTests(TestCase): class GeneralTests(TestCase):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment