Removed unnecessary version checks

Fixed 2 memory leaks in restricted.py
This commit is contained in:
Leonel Câmara
2016-05-19 19:03:54 +01:00
parent 56b29553c5
commit 180ebcd7f1
6 changed files with 13 additions and 43 deletions
+1 -4
View File
@@ -6,10 +6,7 @@
"""
import os
import sys
if sys.version < "2.7":
import unittest2 as unittest
else:
import unittest
import unittest
from fix_path import fix_sys_path