drop unused import of grp

This commit is contained in:
Matt Mackall 2013-04-22 17:21:03 -05:00
commit 03232fc735

2
smem
View file

@ -8,7 +8,7 @@
# the GNU General Public License version 2 or later, incorporated
# herein by reference.
import re, os, sys, pwd, grp, optparse, errno, tarfile
import re, os, sys, pwd, optparse, errno, tarfile
warned = False