From 2075dc773e6334e0ec9e5c80d8a02a31a44fabe9 Mon Sep 17 00:00:00 2001 From: "Mike A. Trethewey" Date: Thu, 27 Feb 2020 00:47:17 -0800 Subject: [PATCH] Package management --- __init__.py | 1 + resources/__init__.py | 1 + resources/ci/__init__.py | 2 +- resources/ci/common/__init__.py | 2 +- 4 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 __init__.py create mode 100644 resources/__init__.py diff --git a/__init__.py b/__init__.py new file mode 100644 index 00000000..41df9bfe --- /dev/null +++ b/__init__.py @@ -0,0 +1 @@ +# do nothing, just exist to make root package diff --git a/resources/__init__.py b/resources/__init__.py new file mode 100644 index 00000000..a1a6b28e --- /dev/null +++ b/resources/__init__.py @@ -0,0 +1 @@ +# do nothing, just exist to make "resources" package diff --git a/resources/ci/__init__.py b/resources/ci/__init__.py index 1c6bfcb0..04deec10 100644 --- a/resources/ci/__init__.py +++ b/resources/ci/__init__.py @@ -1 +1 @@ -#do nothing, just exist to make "ci" package +#do nothing, just exist to make "resources.ci" package diff --git a/resources/ci/common/__init__.py b/resources/ci/common/__init__.py index 427ed90c..34761450 100644 --- a/resources/ci/common/__init__.py +++ b/resources/ci/common/__init__.py @@ -1 +1 @@ -#do nothing, just exist to make "common" package +# do nothing, just exist to make "resources.ci.common" package