summaryrefslogtreecommitdiff
path: root/lib/taurus/qt/qtdesigner
diff options
context:
space:
mode:
authorCarlos Pascual <cpascual@cells.es>2021-06-16 09:41:46 +0200
committerCarlos Pascual <cpascual@cells.es>2021-06-16 09:41:46 +0200
commit2c7bf7d7ee7aa354ef2425891d65aa789512fc41 (patch)
treeb361bf9f73484b7dbae180da9e42a44132dec11a /lib/taurus/qt/qtdesigner
parent6201e4c2c4fb4e53b6de30be355e398d7ed86916 (diff)
[flake8] Fix E262,E265,E266
Manual and regex-based editions to fix E262,E265,E266 flake8 problems (malformed comment blocks)
Diffstat (limited to 'lib/taurus/qt/qtdesigner')
-rw-r--r--lib/taurus/qt/qtdesigner/__init__.py18
-rw-r--r--lib/taurus/qt/qtdesigner/containerplugin.py18
-rw-r--r--lib/taurus/qt/qtdesigner/extraguiqwtplugin.py18
-rw-r--r--lib/taurus/qt/qtdesigner/taurusdesigner.py18
-rw-r--r--lib/taurus/qt/qtdesigner/taurusplugin/__init__.py18
-rw-r--r--lib/taurus/qt/qtdesigner/taurusplugin/taurusplugin.py18
-rw-r--r--lib/taurus/qt/qtdesigner/tauruspluginplugin.py18
7 files changed, 63 insertions, 63 deletions
diff --git a/lib/taurus/qt/qtdesigner/__init__.py b/lib/taurus/qt/qtdesigner/__init__.py
index 8598334d..daf556f3 100644
--- a/lib/taurus/qt/qtdesigner/__init__.py
+++ b/lib/taurus/qt/qtdesigner/__init__.py
@@ -1,27 +1,27 @@
#!/usr/bin/env python
-#############################################################################
-##
+# ###########################################################################
+#
# This file is part of Taurus
-##
+#
# http://taurus-scada.org
-##
+#
# Copyright 2011 CELLS / ALBA Synchrotron, Bellaterra, Spain
-##
+#
# Taurus is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
-##
+#
# Taurus is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License for more details.
-##
+#
# You should have received a copy of the GNU Lesser General Public License
# along with Taurus. If not, see <http://www.gnu.org/licenses/>.
-##
-#############################################################################
+#
+# ###########################################################################
"""The taurus.qt.qtdesigner submodule. It contains qt-specific part of taurus
"""
diff --git a/lib/taurus/qt/qtdesigner/containerplugin.py b/lib/taurus/qt/qtdesigner/containerplugin.py
index f621d856..b2b4dc88 100644
--- a/lib/taurus/qt/qtdesigner/containerplugin.py
+++ b/lib/taurus/qt/qtdesigner/containerplugin.py
@@ -1,27 +1,27 @@
#!/usr/bin/env python
-#############################################################################
-##
+# ###########################################################################
+#
# This file is part of Taurus
-##
+#
# http://taurus-scada.org
-##
+#
# Copyright 2011 CELLS / ALBA Synchrotron, Bellaterra, Spain
-##
+#
# Taurus is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
-##
+#
# Taurus is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License for more details.
-##
+#
# You should have received a copy of the GNU Lesser General Public License
# along with Taurus. If not, see <http://www.gnu.org/licenses/>.
-##
-#############################################################################
+#
+# ###########################################################################
"""
Every TaurusWidget should have the following Qt Designer extended
diff --git a/lib/taurus/qt/qtdesigner/extraguiqwtplugin.py b/lib/taurus/qt/qtdesigner/extraguiqwtplugin.py
index 6aaa7e4f..10db57af 100644
--- a/lib/taurus/qt/qtdesigner/extraguiqwtplugin.py
+++ b/lib/taurus/qt/qtdesigner/extraguiqwtplugin.py
@@ -1,27 +1,27 @@
#!/usr/bin/env python
-#############################################################################
-##
+# ###########################################################################
+#
# This file is part of Taurus
-##
+#
# http://taurus-scada.org
-##
+#
# Copyright 2011 CELLS / ALBA Synchrotron, Bellaterra, Spain
-##
+#
# Taurus is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
-##
+#
# Taurus is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License for more details.
-##
+#
# You should have received a copy of the GNU Lesser General Public License
# along with Taurus. If not, see <http://www.gnu.org/licenses/>.
-##
-#############################################################################
+#
+# ###########################################################################
"""
guiqwt widgets plugins for Qt Designer
diff --git a/lib/taurus/qt/qtdesigner/taurusdesigner.py b/lib/taurus/qt/qtdesigner/taurusdesigner.py
index 9ca0c398..2237a886 100644
--- a/lib/taurus/qt/qtdesigner/taurusdesigner.py
+++ b/lib/taurus/qt/qtdesigner/taurusdesigner.py
@@ -1,27 +1,27 @@
#!/usr/bin/env python
-#############################################################################
-##
+# ###########################################################################
+#
# This file is part of Taurus
-##
+#
# http://taurus-scada.org
-##
+#
# Copyright 2011 CELLS / ALBA Synchrotron, Bellaterra, Spain
-##
+#
# Taurus is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
-##
+#
# Taurus is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License for more details.
-##
+#
# You should have received a copy of the GNU Lesser General Public License
# along with Taurus. If not, see <http://www.gnu.org/licenses/>.
-##
-#############################################################################
+#
+# ###########################################################################
import sys
import click
diff --git a/lib/taurus/qt/qtdesigner/taurusplugin/__init__.py b/lib/taurus/qt/qtdesigner/taurusplugin/__init__.py
index 9f49b0b6..c18fdb93 100644
--- a/lib/taurus/qt/qtdesigner/taurusplugin/__init__.py
+++ b/lib/taurus/qt/qtdesigner/taurusplugin/__init__.py
@@ -1,27 +1,27 @@
#!/usr/bin/env python
-#############################################################################
-##
+# ###########################################################################
+#
# This file is part of Taurus
-##
+#
# http://taurus-scada.org
-##
+#
# Copyright 2011 CELLS / ALBA Synchrotron, Bellaterra, Spain
-##
+#
# Taurus is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
-##
+#
# Taurus is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License for more details.
-##
+#
# You should have received a copy of the GNU Lesser General Public License
# along with Taurus. If not, see <http://www.gnu.org/licenses/>.
-##
-#############################################################################
+#
+# ###########################################################################
"""The taurus.qt.qtdesigner.taurusplugin submodule.
"""
diff --git a/lib/taurus/qt/qtdesigner/taurusplugin/taurusplugin.py b/lib/taurus/qt/qtdesigner/taurusplugin/taurusplugin.py
index 8ca43ab8..3a593bd1 100644
--- a/lib/taurus/qt/qtdesigner/taurusplugin/taurusplugin.py
+++ b/lib/taurus/qt/qtdesigner/taurusplugin/taurusplugin.py
@@ -1,27 +1,27 @@
#!/usr/bin/env python
-#############################################################################
-##
+# ###########################################################################
+#
# This file is part of Taurus
-##
+#
# http://taurus-scada.org
-##
+#
# Copyright 2011 CELLS / ALBA Synchrotron, Bellaterra, Spain
-##
+#
# Taurus is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
-##
+#
# Taurus is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License for more details.
-##
+#
# You should have received a copy of the GNU Lesser General Public License
# along with Taurus. If not, see <http://www.gnu.org/licenses/>.
-##
-#############################################################################
+#
+# ###########################################################################
""" Every TaurusWidget should have the following Qt Designer extended
capabilities:
diff --git a/lib/taurus/qt/qtdesigner/tauruspluginplugin.py b/lib/taurus/qt/qtdesigner/tauruspluginplugin.py
index 7133f059..9801d614 100644
--- a/lib/taurus/qt/qtdesigner/tauruspluginplugin.py
+++ b/lib/taurus/qt/qtdesigner/tauruspluginplugin.py
@@ -1,27 +1,27 @@
#!/usr/bin/env python
-#############################################################################
-##
+# ###########################################################################
+#
# This file is part of Taurus
-##
+#
# http://taurus-scada.org
-##
+#
# Copyright 2011 CELLS / ALBA Synchrotron, Bellaterra, Spain
-##
+#
# Taurus is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
-##
+#
# Taurus is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License for more details.
-##
+#
# You should have received a copy of the GNU Lesser General Public License
# along with Taurus. If not, see <http://www.gnu.org/licenses/>.
-##
-#############################################################################
+#
+# ###########################################################################
"""
tauruspluginplugin.py: