Browse code

Revert "fix conditional import xattr module"

This reverts commit 8f9b035ad29cd47e302e4833645ebdc6d66aef4f.

Michal Ludvig authored on 2013/05/23 13:45:24
Showing 1 changed files
... ...
@@ -12,8 +12,7 @@ import re
12 12
 from subprocess import Popen, PIPE, STDOUT
13 13
 import locale
14 14
 import pwd
15
-try: import xattr
16
-except: pass
15
+import xattr
17 16
 
18 17
 count_pass = 0
19 18
 count_fail = 0