Kaydet (Commit) ecd34cbb authored tarafından Brian Curtin's avatar Brian Curtin

Clear up ResourceWarnings

üst 5fd730e0
......@@ -19,6 +19,7 @@ def server(evt, serv):
pass
finally:
serv.close()
conn.close()
evt.set()
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