oooops...

This commit is contained in:
Thomas NOËL 2014-01-07 18:40:09 +01:00
parent 156261608b
commit 8015f287c2
1 changed files with 0 additions and 3 deletions

View File

@ -46,9 +46,6 @@ def get_all_pfusers():
for tag in ('uid', 'name', 'expires', 'descr')])
user['descr'] = html_entity_decode(user['descr']).decode('iso-8859-1')
f = open('/tmp/user-%s' % user['name'],'w')
f.write('%s' % user)
f.close()
user['priv'] = set([priv.text for priv in xml_user.findall('priv')])