summaryrefslogtreecommitdiffstats
path: root/lib/python/sectracker/diagnostics.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/diagnostics.py
parentb92c7cf1a42bd1588e7788a63bae735b65b27513 (diff)
Use the namedtuple class supplied with Python
Diffstat (limited to 'lib/python/sectracker/diagnostics.py')
-rw-r--r--lib/python/sectracker/diagnostics.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/sectracker/diagnostics.py b/lib/python/sectracker/diagnostics.py
index 990f02e699..9a498cedca 100644
--- a/lib/python/sectracker/diagnostics.py
+++ b/lib/python/sectracker/diagnostics.py
@@ -15,7 +15,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
-from sectracker.xcollections import namedtuple as _namedtuple
+from collections import namedtuple as _namedtuple
Message = _namedtuple("Message", "file line level message")

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