Removed unnecessary version checks
Fixed 2 memory leaks in restricted.py
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user