From b6abb47bc3131c1518ea25aa00fb1b855823176a Mon Sep 17 00:00:00 2001 From: utahta Date: Sat, 23 Jul 2011 12:12:30 +0900 Subject: [PATCH] cleanup --- PKG-INFO | 1 + README.rst | 1 + tests/test_11_cleanup.py | 4 ---- 3 files changed, 2 insertions(+), 4 deletions(-) delete mode 100644 tests/test_11_cleanup.py diff --git a/PKG-INFO b/PKG-INFO index e872a7e..832c59a 100644 --- a/PKG-INFO +++ b/PKG-INFO @@ -151,6 +151,7 @@ version Show version. See more details below: + pythonbrew help LICENCE diff --git a/README.rst b/README.rst index e872a7e..832c59a 100644 --- a/README.rst +++ b/README.rst @@ -151,6 +151,7 @@ version Show version. See more details below: + pythonbrew help LICENCE diff --git a/tests/test_11_cleanup.py b/tests/test_11_cleanup.py deleted file mode 100644 index 3549334..0000000 --- a/tests/test_11_cleanup.py +++ /dev/null @@ -1,4 +0,0 @@ -def test_clean(): - from pythonbrew.commands.cleanup import CleanupCommand - c = CleanupCommand() - c.run_command(None, None)