diff options
author | Jesse Jaggars <jjaggars@redhat.com> | 2012-03-05 10:30:59 -0600 |
---|---|---|
committer | Jesse Jaggars <jjaggars@redhat.com> | 2012-03-05 10:30:59 -0600 |
commit | c10115652a795d0c7971ec9b03c4c58742063ddf (patch) | |
tree | 4c14fa591b807350f6db6c7da10f1430049602f5 /tests/test_exe.py | |
parent | 83c6e09756bd228dc76e7a84646de5a9f5b5e694 (diff) | |
download | sos-c10115652a795d0c7971ec9b03c4c58742063ddf.tar.gz |
Refactoring PackageManagers and Archives
Pulled up PackageManager implementation to simplify subclass responsibilities
Moved compress method to Archive classes
Re-organized utilities.py
Added tests to exercise more utilities methods
Diffstat (limited to 'tests/test_exe.py')
-rwxr-xr-x | tests/test_exe.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test_exe.py b/tests/test_exe.py new file mode 100755 index 00000000..f35d93f0 --- /dev/null +++ b/tests/test_exe.py @@ -0,0 +1,2 @@ +#!/usr/bin/env python +print "executed" |