[swfinterp] Fix imports
authorPhilipp Hagemeister <phihag@phihag.de>
Mon, 21 Jul 2014 10:07:26 +0000 (12:07 +0200)
committerPhilipp Hagemeister <phihag@phihag.de>
Mon, 21 Jul 2014 10:07:26 +0000 (12:07 +0200)
test/test_swfinterp.py

index 3bb5a6308ca03ceb3f6107e6fe3e48256a92a893..b42cd74c738b70704e1eb9ff9d70fefc89cf6f15 100644 (file)
@@ -7,6 +7,7 @@ import unittest
 sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
 
 
+import errno
 import io
 import json
 import re