summaryrefslogtreecommitdiff
path: root/examples/customDataView.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/customDataView.py')
-rw-r--r--examples/customDataView.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/customDataView.py b/examples/customDataView.py
index 6db5c3e..33662e8 100644
--- a/examples/customDataView.py
+++ b/examples/customDataView.py
@@ -2,7 +2,7 @@
# coding: utf-8
# /*##########################################################################
#
-# Copyright (c) 2016-2017 European Synchrotron Radiation Facility
+# Copyright (c) 2016-2018 European Synchrotron Radiation Facility
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
@@ -26,6 +26,7 @@
"""Qt data view example
"""
+import enum
import logging
import sys
@@ -36,7 +37,6 @@ _logger = logging.getLogger("customDataView")
from silx.gui import qt
from silx.gui.data.DataViewerFrame import DataViewerFrame
from silx.gui.data.DataViews import DataView
-from silx.third_party import enum
class Color(enum.Enum):