summaryrefslogtreecommitdiff
path: root/silx/utils/proxy.py
diff options
context:
space:
mode:
Diffstat (limited to 'silx/utils/proxy.py')
-rw-r--r--silx/utils/proxy.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/silx/utils/proxy.py b/silx/utils/proxy.py
index 2633703..7d7d662 100644
--- a/silx/utils/proxy.py
+++ b/silx/utils/proxy.py
@@ -1,7 +1,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
@@ -30,7 +30,7 @@ __authors__ = ["V. Valls"]
__license__ = "MIT"
__date__ = "02/10/2017"
-from silx.third_party import six
+import six
class Proxy(object):