summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon Stanley <jstanley@bigbrother.rmrf.net>2010-01-02 15:11:51 -0500
committerJon Stanley <jstanley@bigbrother.rmrf.net>2010-01-02 15:11:51 -0500
commit8bb0ef71b88feef8cd2b5975c6fc75fa4a6757a3 (patch)
tree5626b5346cc5cfdfdd3bf572408db319dd2ff110
parenta170e4ba442f62d0b0416065ff66253c84be0727 (diff)
downloadcvssetfacl-8bb0ef71b88feef8cd2b5975c6fc75fa4a6757a3.tar.gz
cvssetfacl-8bb0ef71b88feef8cd2b5975c6fc75fa4a6757a3.tar.xz
cvssetfacl-8bb0ef71b88feef8cd2b5975c6fc75fa4a6757a3.zip
Remove unused variable
-rwxr-xr-xsetacls.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setacls.py b/setacls.py
index d7874b0..a591029 100755
--- a/setacls.py
+++ b/setacls.py
@@ -35,7 +35,6 @@ scm_admin_group = 'cvsadmin'
secondary_arch_groups = ['fedora-s390', 'fedora-ia64',
'fedora-sparc']
version = '0.1'
-newacls = {}
try:
avail_file = open('avail.pkgs','r')