diff --git a/vitrage/api/__init__.py b/vitrage/api/__init__.py index 0011fca79..7a05fb1f4 100644 --- a/vitrage/api/__init__.py +++ b/vitrage/api/__init__.py @@ -12,4 +12,4 @@ # License for the specific language governing permissions and limitations # under the License. -__author = 'stack' +__author__ = 'stack' diff --git a/vitrage/cmd/__init__.py b/vitrage/cmd/__init__.py index 0011fca79..7a05fb1f4 100644 --- a/vitrage/cmd/__init__.py +++ b/vitrage/cmd/__init__.py @@ -12,4 +12,4 @@ # License for the specific language governing permissions and limitations # under the License. -__author = 'stack' +__author__ = 'stack' diff --git a/vitrage/db/__init__.py b/vitrage/db/__init__.py index 0011fca79..7a05fb1f4 100644 --- a/vitrage/db/__init__.py +++ b/vitrage/db/__init__.py @@ -12,4 +12,4 @@ # License for the specific language governing permissions and limitations # under the License. -__author = 'stack' +__author__ = 'stack' diff --git a/vitrage/entitygraph/__init__.py b/vitrage/entity_graph/__init__.py similarity index 96% rename from vitrage/entitygraph/__init__.py rename to vitrage/entity_graph/__init__.py index 0011fca79..7a05fb1f4 100644 --- a/vitrage/entitygraph/__init__.py +++ b/vitrage/entity_graph/__init__.py @@ -12,4 +12,4 @@ # License for the specific language governing permissions and limitations # under the License. -__author = 'stack' +__author__ = 'stack' diff --git a/vitrage/entitygraph/dbmanager/__init__.py b/vitrage/entity_graph/graph/__init__.py similarity index 96% rename from vitrage/entitygraph/dbmanager/__init__.py rename to vitrage/entity_graph/graph/__init__.py index 0011fca79..7a05fb1f4 100644 --- a/vitrage/entitygraph/dbmanager/__init__.py +++ b/vitrage/entity_graph/graph/__init__.py @@ -12,4 +12,4 @@ # License for the specific language governing permissions and limitations # under the License. -__author = 'stack' +__author__ = 'stack' diff --git a/vitrage/entitygraph/processor/base.py b/vitrage/entity_graph/graph/base.py similarity index 96% rename from vitrage/entitygraph/processor/base.py rename to vitrage/entity_graph/graph/base.py index 0011fca79..7a05fb1f4 100644 --- a/vitrage/entitygraph/processor/base.py +++ b/vitrage/entity_graph/graph/base.py @@ -12,4 +12,4 @@ # License for the specific language governing permissions and limitations # under the License. -__author = 'stack' +__author__ = 'stack' diff --git a/vitrage/entitygraph/processor/__init__.py b/vitrage/entity_graph/processor/__init__.py similarity index 96% rename from vitrage/entitygraph/processor/__init__.py rename to vitrage/entity_graph/processor/__init__.py index 0011fca79..7a05fb1f4 100644 --- a/vitrage/entitygraph/processor/__init__.py +++ b/vitrage/entity_graph/processor/__init__.py @@ -12,4 +12,4 @@ # License for the specific language governing permissions and limitations # under the License. -__author = 'stack' +__author__ = 'stack' diff --git a/vitrage/entitygraph/strategy/base.py b/vitrage/entity_graph/processor/base.py similarity index 96% rename from vitrage/entitygraph/strategy/base.py rename to vitrage/entity_graph/processor/base.py index 0011fca79..7a05fb1f4 100644 --- a/vitrage/entitygraph/strategy/base.py +++ b/vitrage/entity_graph/processor/base.py @@ -12,4 +12,4 @@ # License for the specific language governing permissions and limitations # under the License. -__author = 'stack' +__author__ = 'stack' diff --git a/vitrage/entitygraph/strategy/__init__.py b/vitrage/entity_graph/transformer/__init__.py similarity index 96% rename from vitrage/entitygraph/strategy/__init__.py rename to vitrage/entity_graph/transformer/__init__.py index 0011fca79..7a05fb1f4 100644 --- a/vitrage/entitygraph/strategy/__init__.py +++ b/vitrage/entity_graph/transformer/__init__.py @@ -12,4 +12,4 @@ # License for the specific language governing permissions and limitations # under the License. -__author = 'stack' +__author__ = 'stack' diff --git a/vitrage/entitygraph/dbmanager/base.py b/vitrage/entity_graph/transformer/base.py similarity index 96% rename from vitrage/entitygraph/dbmanager/base.py rename to vitrage/entity_graph/transformer/base.py index 0011fca79..7a05fb1f4 100644 --- a/vitrage/entitygraph/dbmanager/base.py +++ b/vitrage/entity_graph/transformer/base.py @@ -12,4 +12,4 @@ # License for the specific language governing permissions and limitations # under the License. -__author = 'stack' +__author__ = 'stack' diff --git a/vitrage/entitygraph/dbmanager/resource.py b/vitrage/entitygraph/dbmanager/resource.py deleted file mode 100644 index 0011fca79..000000000 --- a/vitrage/entitygraph/dbmanager/resource.py +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 2015 - Alcatel-Lucent -# -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. - -__author = 'stack' diff --git a/vitrage/entitygraph/processor/alarm.py b/vitrage/entitygraph/processor/alarm.py deleted file mode 100644 index 0011fca79..000000000 --- a/vitrage/entitygraph/processor/alarm.py +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 2015 - Alcatel-Lucent -# -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. - -__author = 'stack' diff --git a/vitrage/entitygraph/processor/resource.py b/vitrage/entitygraph/processor/resource.py deleted file mode 100644 index 0011fca79..000000000 --- a/vitrage/entitygraph/processor/resource.py +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 2015 - Alcatel-Lucent -# -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. - -__author = 'stack' diff --git a/vitrage/entitygraph/synchronizer/__init__.py b/vitrage/entitygraph/synchronizer/__init__.py deleted file mode 100644 index 0011fca79..000000000 --- a/vitrage/entitygraph/synchronizer/__init__.py +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 2015 - Alcatel-Lucent -# -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. - -__author = 'stack' diff --git a/vitrage/entitygraph/synchronizer/converter/__init__.py b/vitrage/entitygraph/synchronizer/converter/__init__.py deleted file mode 100644 index 0011fca79..000000000 --- a/vitrage/entitygraph/synchronizer/converter/__init__.py +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 2015 - Alcatel-Lucent -# -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. - -__author = 'stack' diff --git a/vitrage/entitygraph/synchronizer/listener.py b/vitrage/entitygraph/synchronizer/listener.py deleted file mode 100644 index 0011fca79..000000000 --- a/vitrage/entitygraph/synchronizer/listener.py +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 2015 - Alcatel-Lucent -# -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. - -__author = 'stack' diff --git a/vitrage/entitygraph/synchronizer/pollster/__init__.py b/vitrage/entitygraph/synchronizer/pollster/__init__.py deleted file mode 100644 index 0011fca79..000000000 --- a/vitrage/entitygraph/synchronizer/pollster/__init__.py +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 2015 - Alcatel-Lucent -# -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. - -__author = 'stack' diff --git a/vitrage/entitygraph/synchronizer/pollster/resources_and_alarms.py b/vitrage/entitygraph/synchronizer/pollster/resources_and_alarms.py deleted file mode 100644 index 0011fca79..000000000 --- a/vitrage/entitygraph/synchronizer/pollster/resources_and_alarms.py +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 2015 - Alcatel-Lucent -# -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. - -__author = 'stack' diff --git a/vitrage/locale/__init__.py b/vitrage/locale/__init__.py index 0011fca79..7a05fb1f4 100644 --- a/vitrage/locale/__init__.py +++ b/vitrage/locale/__init__.py @@ -12,4 +12,4 @@ # License for the specific language governing permissions and limitations # under the License. -__author = 'stack' +__author__ = 'stack'