浏览代码

[swfinterp] Fix imports

Philipp Hagemeister 11 年之前
父节点
当前提交
54330a1c3c
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      test/test_swfinterp.py

+ 1 - 0
test/test_swfinterp.py

@@ -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