This website works better with JavaScript.
Home
Explore
Register
Sign In
Fincer
/
pam_usb
mirror of
https://github.com/Fincer/pam_usb
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
4
Wiki
Activity
Browse Source
Fixed the include statement of elementtree for python2.5
Andrea Luzzardi
17 years ago
parent
74d9a4f352
commit
d0b0f74940
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
tools/pamusb-agent
+ 1
- 1
tools/pamusb-agent
View File
@ -27,7 +27,7 @@ if getattr(dbus, 'version', (0,0,0)) >= (0,41,0):
try:
import cElementTree as et
except ImportError:
import
element
tree.ElementTree as et
import
xml.e
tree.ElementTree as et
class HotPlugDevice:
def __init__(self, serial):
Write
Preview
Loading…
Cancel
Save