summaryrefslogtreecommitdiff
path: root/without-tests
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2009-11-26 21:37:52 +0200
committerLars Wirzenius <liw@liw.fi>2009-11-26 21:37:52 +0200
commitb56bf04010b75fca32653a1bbd40a0fbfb65c705 (patch)
tree0db1b67965f0979cbf9662a32baf7fa6b10fd9ea /without-tests
parent5b444c7caecddba5bf4cfdf4a65dfadf87c4ade5 (diff)
downloadobnam-b56bf04010b75fca32653a1bbd40a0fbfb65c705.tar.gz
Started on the main program.
Bugfix in Configuration: store non-option arguments in Configuration.args. Wrote a silly plugin for testing main program.
Diffstat (limited to 'without-tests')
-rw-r--r--without-tests2
1 files changed, 2 insertions, 0 deletions
diff --git a/without-tests b/without-tests
index 63f81967..fd68681c 100644
--- a/without-tests
+++ b/without-tests
@@ -1,8 +1,10 @@
./setup.py
./obnamlib/__init__.py
+./obnamlib/app.py
./obnamlib/status.py
./obnamlib/vfs.py
./obnamlib/vfs_sftp.py
+./obnamlib/plugins/foo_plugin.py
./test-plugins/hello_plugin.py
./test-plugins/oldhello_plugin.py
./test-plugins/aaa_hello_plugin.py