drop unused import of grp
This commit is contained in:
parent
8803680aba
commit
03232fc735
1 changed files with 1 additions and 1 deletions
2
smem
2
smem
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue