summaryrefslogtreecommitdiff
path: root/examples/fileDialog.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/fileDialog.py')
-rw-r--r--examples/fileDialog.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/fileDialog.py b/examples/fileDialog.py
index 9730b9a..82e6798 100644
--- a/examples/fileDialog.py
+++ b/examples/fileDialog.py
@@ -2,7 +2,7 @@
# coding: utf-8
# /*##########################################################################
#
-# Copyright (c) 2016 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
@@ -33,12 +33,12 @@ __authors__ = ["V. Valls"]
__license__ = "MIT"
__date__ = "14/02/2018"
+import enum
import logging
from silx.gui import qt
from silx.gui.dialog.ImageFileDialog import ImageFileDialog
from silx.gui.dialog.DataFileDialog import DataFileDialog
import silx.io
-from silx.third_party import enum
logging.basicConfig(level=logging.DEBUG)