Removed import of unused module 'sets'.
This commit is contained in:
parent
de17bf7dc8
commit
1f2baadc6f
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
|
||||
EnsureSConsVersion(0,98,3)
|
||||
|
||||
import os, sys, shutil, sets, re, commands
|
||||
import os, sys, shutil, re, commands
|
||||
from glob import glob
|
||||
from subprocess import Popen, PIPE, call
|
||||
from os import access, F_OK
|
||||
|
|
Loading…
Add table
Reference in a new issue