From 159ef14fb9e198bb0066ea14e6b980f065de63dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Picca=20Fr=C3=A9d=C3=A9ric-Emmanuel?= Date: Tue, 31 Jul 2018 16:22:25 +0200 Subject: New upstream version 0.8.0+dfsg --- silx/gui/qt/__init__.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'silx/gui/qt/__init__.py') diff --git a/silx/gui/qt/__init__.py b/silx/gui/qt/__init__.py index 44daa94..f7bc916 100644 --- a/silx/gui/qt/__init__.py +++ b/silx/gui/qt/__init__.py @@ -1,7 +1,7 @@ # coding: utf-8 # /*########################################################################## # -# Copyright (c) 2004-2017 European Synchrotron Radiation Facility +# Copyright (c) 2004-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 @@ -24,12 +24,13 @@ # ###########################################################################*/ """Common wrapper over Python Qt bindings: -- `PyQt5 `_, -- `PyQt4 `_ or -- `PySide `_. +- `PyQt5 `_ +- `PyQt4 `_ +- `PySide `_ +- `PySide2 `_ If a Qt binding is already loaded, it will use it, otherwise the different -Qt bindings are tried in this order: PyQt4, PySide, PyQt5. +Qt bindings are tried in this order: PyQt5, PyQt4, PySide, PySide2. The name of the loaded Qt binding is stored in the BINDING variable. @@ -50,7 +51,6 @@ see `qtpy `_ which provides the namespace of PyQt5 over PyQt4 and PySide. """ -import sys from ._qt import * # noqa from ._utils import * # noqa -- cgit v1.2.3