summaryrefslogtreecommitdiffstats
path: root/lib/python/sectracker/parsers.py
diff options
context:
space:
mode:
authorBrian May <brian@linuxpenguins.xyz>2018-08-20 17:13:21 +1000
committerBrian May <brian@linuxpenguins.xyz>2018-08-20 17:13:21 +1000
commitdba05bacec0829a32385b2a90a197cf4a50a5613 (patch)
tree19e66070a4350653ebe8b5756cdd1aea29228102 /lib/python/sectracker/parsers.py
parentb92c7cf1a42bd1588e7788a63bae735b65b27513 (diff)
Use the namedtuple class supplied with Python
Diffstat (limited to 'lib/python/sectracker/parsers.py')
-rw-r--r--lib/python/sectracker/parsers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/sectracker/parsers.py b/lib/python/sectracker/parsers.py
index 8678469964..44589a850f 100644
--- a/lib/python/sectracker/parsers.py
+++ b/lib/python/sectracker/parsers.py
@@ -19,7 +19,7 @@ import re
import debian_support
import sectracker.regexpcase as _regexpcase
-from sectracker.xcollections import namedtuple as _namedtuple
+from collections import namedtuple as _namedtuple
import sectracker.xpickle as _xpickle
import sectracker.diagnostics

© 2014-2024 Faster IT GmbH | imprint | privacy policy