Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2022-06-03 04:50:09 +0300
committerCampbell Barton <ideasman42@gmail.com>2022-06-03 04:50:32 +0300
commit016430de4b06714c006bb6de2ae3a28e05a86169 (patch)
tree0644482c7f78d17f11fbd26c30d74cc519b1999d /archimesh
parentbcb71eea69a7b83c44112a5872ccd67cae96ec6f (diff)
Cleanup: remove <pep8 compliant> comment
This is no longer necessary, see: T98554.
Diffstat (limited to 'archimesh')
-rw-r--r--archimesh/__init__.py2
-rw-r--r--archimesh/achm_books_maker.py2
-rw-r--r--archimesh/achm_column_maker.py2
-rw-r--r--archimesh/achm_curtain_maker.py2
-rw-r--r--archimesh/achm_door_maker.py2
-rw-r--r--archimesh/achm_gltools.py2
-rw-r--r--archimesh/achm_kitchen_maker.py2
-rw-r--r--archimesh/achm_lamp_maker.py2
-rw-r--r--archimesh/achm_main_panel.py2
-rw-r--r--archimesh/achm_roof_maker.py2
-rw-r--r--archimesh/achm_room_maker.py2
-rw-r--r--archimesh/achm_shelves_maker.py2
-rw-r--r--archimesh/achm_stairs_maker.py2
-rw-r--r--archimesh/achm_tools.py2
-rw-r--r--archimesh/achm_venetian_maker.py2
-rw-r--r--archimesh/achm_window_maker.py2
-rw-r--r--archimesh/achm_window_panel.py2
17 files changed, 0 insertions, 34 deletions
diff --git a/archimesh/__init__.py b/archimesh/__init__.py
index 829c2ed5..261397f1 100644
--- a/archimesh/__init__.py
+++ b/archimesh/__init__.py
@@ -1,7 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
-# <pep8 compliant>
-
# ----------------------------------------------------------
# Author: Antonio Vazquez (antonioya)
# ----------------------------------------------------------
diff --git a/archimesh/achm_books_maker.py b/archimesh/achm_books_maker.py
index 500e8f2d..cfcc1b2d 100644
--- a/archimesh/achm_books_maker.py
+++ b/archimesh/achm_books_maker.py
@@ -1,7 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
-# <pep8 compliant>
-
# ----------------------------------------------------------
# Automatic generation of books
# Author: Antonio Vazquez (antonioya)
diff --git a/archimesh/achm_column_maker.py b/archimesh/achm_column_maker.py
index 436f6bab..5289f82b 100644
--- a/archimesh/achm_column_maker.py
+++ b/archimesh/achm_column_maker.py
@@ -1,7 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
-# <pep8 compliant>
-
# ----------------------------------------------------------
# Automatic generation of columns
# Author: Antonio Vazquez (antonioya)
diff --git a/archimesh/achm_curtain_maker.py b/archimesh/achm_curtain_maker.py
index 8484dd86..e878184c 100644
--- a/archimesh/achm_curtain_maker.py
+++ b/archimesh/achm_curtain_maker.py
@@ -1,7 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
-# <pep8 compliant>
-
# ----------------------------------------------------------
# Automatic generation of curtains
# Author: Antonio Vazquez (antonioya)
diff --git a/archimesh/achm_door_maker.py b/archimesh/achm_door_maker.py
index 6499fa37..a5473a7e 100644
--- a/archimesh/achm_door_maker.py
+++ b/archimesh/achm_door_maker.py
@@ -1,7 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
-# <pep8 compliant>
-
# ----------------------------------------------------------
# Author: Antonio Vazquez (antonioya)
#
diff --git a/archimesh/achm_gltools.py b/archimesh/achm_gltools.py
index 0ee8f941..de11226d 100644
--- a/archimesh/achm_gltools.py
+++ b/archimesh/achm_gltools.py
@@ -1,7 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
-# <pep8 compliant>
-
# ----------------------------------------------------------
# support routines for OpenGL
# Author: Antonio Vazquez (antonioya)
diff --git a/archimesh/achm_kitchen_maker.py b/archimesh/achm_kitchen_maker.py
index b252d3eb..7738904b 100644
--- a/archimesh/achm_kitchen_maker.py
+++ b/archimesh/achm_kitchen_maker.py
@@ -1,7 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
-# <pep8 compliant>
-
# ----------------------------------------------------------
# Automatic generation of kitchen cabinet
# Author: Antonio Vazquez (antonioya)
diff --git a/archimesh/achm_lamp_maker.py b/archimesh/achm_lamp_maker.py
index 1176896a..44307d15 100644
--- a/archimesh/achm_lamp_maker.py
+++ b/archimesh/achm_lamp_maker.py
@@ -1,7 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
-# <pep8 compliant>
-
# ----------------------------------------------------------
# Automatic generation of lamps
# Author: Antonio Vazquez (antonioya)
diff --git a/archimesh/achm_main_panel.py b/archimesh/achm_main_panel.py
index b668dbba..97c7d19d 100644
--- a/archimesh/achm_main_panel.py
+++ b/archimesh/achm_main_panel.py
@@ -1,7 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
-# <pep8 compliant>
-
# ----------------------------------------------------------
# Main panel for different Archimesh general actions
# Author: Antonio Vazquez (antonioya)
diff --git a/archimesh/achm_roof_maker.py b/archimesh/achm_roof_maker.py
index 194649be..e353529e 100644
--- a/archimesh/achm_roof_maker.py
+++ b/archimesh/achm_roof_maker.py
@@ -1,7 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
-# <pep8 compliant>
-
# ----------------------------------------------------------
# Automatic generation of roofs
# Author: Antonio Vazquez (antonioya)
diff --git a/archimesh/achm_room_maker.py b/archimesh/achm_room_maker.py
index c235a976..a1a60b6d 100644
--- a/archimesh/achm_room_maker.py
+++ b/archimesh/achm_room_maker.py
@@ -1,7 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
-# <pep8 compliant>
-
# ----------------------------------------------------------
# Automatic generation of rooms
# Author: Antonio Vazquez (antonioya) and Eduardo Gutierrez
diff --git a/archimesh/achm_shelves_maker.py b/archimesh/achm_shelves_maker.py
index 259ebbbc..b7bd41c3 100644
--- a/archimesh/achm_shelves_maker.py
+++ b/archimesh/achm_shelves_maker.py
@@ -1,7 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
-# <pep8 compliant>
-
# ----------------------------------------------------------
# Automatic generation of shelves
# Author: Antonio Vazquez (antonioya)
diff --git a/archimesh/achm_stairs_maker.py b/archimesh/achm_stairs_maker.py
index 09dbe256..658223b2 100644
--- a/archimesh/achm_stairs_maker.py
+++ b/archimesh/achm_stairs_maker.py
@@ -1,7 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
-# <pep8 compliant>
-
# ----------------------------------------------------------
# Automatic generation of stairs
# Author: Antonio Vazquez (antonioya)
diff --git a/archimesh/achm_tools.py b/archimesh/achm_tools.py
index 1eff2cda..395234cd 100644
--- a/archimesh/achm_tools.py
+++ b/archimesh/achm_tools.py
@@ -1,7 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
-# <pep8 compliant>
-
# ----------------------------------------------------------
# support routines and general functions
# Author: Antonio Vazquez (antonioya)
diff --git a/archimesh/achm_venetian_maker.py b/archimesh/achm_venetian_maker.py
index eb80026a..a7468820 100644
--- a/archimesh/achm_venetian_maker.py
+++ b/archimesh/achm_venetian_maker.py
@@ -1,7 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
-# <pep8 compliant>
-
# ----------------------------------------------------------
# Author: Antonio Vazquez (antonioya)
#
diff --git a/archimesh/achm_window_maker.py b/archimesh/achm_window_maker.py
index 8ef2f6a4..00291d83 100644
--- a/archimesh/achm_window_maker.py
+++ b/archimesh/achm_window_maker.py
@@ -1,7 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
-# <pep8 compliant>
-
# ----------------------------------------------------------
# Author: Antonio Vazquez (antonioya)
#
diff --git a/archimesh/achm_window_panel.py b/archimesh/achm_window_panel.py
index ed0169f4..738fbaa5 100644
--- a/archimesh/achm_window_panel.py
+++ b/archimesh/achm_window_panel.py
@@ -1,7 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
-# <pep8 compliant>
-
# ----------------------------------------------------------
# Main panel for windows
# Author: Antonio Vazquez (antonioya)