summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2020-02-13 21:39:41 +0100
committerAnton Khirnov <anton@khirnov.net>2020-02-13 21:39:41 +0100
commitf1ef9c053c84515761f59412a91ca3adbc8e7392 (patch)
tree9adfb42a73cf1aa61556d16ee5665e6c3f611dd4
parentb476a22f4a85d90ccaec2ee27a528d5bfe428a82 (diff)
Move the python files to a package.
-rw-r--r--bupper/__init__.py (renamed from __init__.py)0
-rw-r--r--bupper/_ssh_client.py (renamed from _ssh_client.py)0
-rw-r--r--bupper/_sshfp_policy.py (renamed from _sshfp_policy.py)0
-rw-r--r--bupper/exceptions.py (renamed from exceptions.py)0
-rw-r--r--bupper/repository.py (renamed from repository.py)0
-rw-r--r--bupper/ssh_remote.py (renamed from ssh_remote.py)0
-rw-r--r--bupper/targets.py (renamed from targets.py)0
7 files changed, 0 insertions, 0 deletions
diff --git a/__init__.py b/bupper/__init__.py
index e69de29..e69de29 100644
--- a/__init__.py
+++ b/bupper/__init__.py
diff --git a/_ssh_client.py b/bupper/_ssh_client.py
index f1c9e23..f1c9e23 100644
--- a/_ssh_client.py
+++ b/bupper/_ssh_client.py
diff --git a/_sshfp_policy.py b/bupper/_sshfp_policy.py
index 8b7c2c7..8b7c2c7 100644
--- a/_sshfp_policy.py
+++ b/bupper/_sshfp_policy.py
diff --git a/exceptions.py b/bupper/exceptions.py
index 8944fe9..8944fe9 100644
--- a/exceptions.py
+++ b/bupper/exceptions.py
diff --git a/repository.py b/bupper/repository.py
index 98a4984..98a4984 100644
--- a/repository.py
+++ b/bupper/repository.py
diff --git a/ssh_remote.py b/bupper/ssh_remote.py
index 89e8f17..89e8f17 100644
--- a/ssh_remote.py
+++ b/bupper/ssh_remote.py
diff --git a/targets.py b/bupper/targets.py
index e56b71b..e56b71b 100644
--- a/targets.py
+++ b/bupper/targets.py