Removed import of unused module 'sets'.

This commit is contained in:
Sergey Popov 2009-03-31 14:42:45 +00:00
parent de17bf7dc8
commit 1f2baadc6f

View file

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