summaryrefslogtreecommitdiff
path: root/without-tests
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-09-28 18:30:15 +0000
committerLars Wirzenius <liw@liw.fi>2015-09-28 21:59:11 +0300
commitfaa7d1c006dfc890a537aa5b71ee9bbf8eea4fe5 (patch)
treeee5fe1cc069dadf72d399d495dcfd372f9dd474f /without-tests
parentbf00fe3afee2eedbc0e798bb686df49a29c7917d (diff)
downloadobnam-faa7d1c006dfc890a537aa5b71ee9bbf8eea4fe5.tar.gz
Split out stuff from __init__.py to placate pep8
Diffstat (limited to 'without-tests')
-rw-r--r--without-tests4
1 files changed, 4 insertions, 0 deletions
diff --git a/without-tests b/without-tests
index b65808e5..72e5f068 100644
--- a/without-tests
+++ b/without-tests
@@ -2,6 +2,7 @@ setup.py
obnamlib/app.py
obnamlib/backup_progress.py
+obnamlib/defaults.py
obnamlib/delegator.py
obnamlib/fmt_6/__init__.py
obnamlib/fmt_6/repo_tree.py
@@ -14,6 +15,7 @@ obnamlib/fmt_simple/__init__.py
obnamlib/fsck_work_item.py
obnamlib/humanise.py
obnamlib/__init__.py
+obnamlib/obnamerror.py
obnamlib/plugins/backup_plugin.py
obnamlib/plugins/compression_plugin.py
obnamlib/plugins/dump_repo_plugin.py
@@ -34,6 +36,8 @@ obnamlib/plugins/verify_plugin.py
obnamlib/plugins/vfs_local_plugin.py
obnamlib/repo_fs.py
obnamlib/repo_interface.py
+obnamlib/structurederror.py
+obnamlib/version.py
obnamlib/vfs.py
test-plugins/aaa_hello_plugin.py