Get rid of usage of non-existing module

This commit is contained in:
Sergey Sharybin
2014-06-27 17:28:11 +06:00
parent 9bcb2e7603
commit c73505fb43
2 changed files with 0 additions and 4 deletions

View File

@@ -7,8 +7,6 @@
import sys
import os
from unordered_map import test_unordered_map
Import('env')
src = []

View File

@@ -209,8 +209,6 @@ cat > SConscript << EOF
import sys
import os
from unordered_map import test_unordered_map
Import('env')
src = []