[tor-commits] [stem/master] Removing checked in binaries
atagar at torproject.org
atagar at torproject.org
Thu Oct 6 16:58:13 UTC 2011
commit e1c31c060c0246a62e911643a383372889214300
Author: Damian Johnson <atagar at torproject.org>
Date: Thu Oct 6 09:57:24 2011 -0700
Removing checked in binaries
Forgot to establish a gitignore before the prior commit. An extra copy of
run_tests.py also snuck in (haven't a clue how).
---
stem/__init__.pyc | Bin 228 -> 0 bytes
stem/run_tests.py | 13 -------------
stem/types.pyc | Bin 3406 -> 0 bytes
test/__init__.pyc | Bin 237 -> 0 bytes
test/version.pyc | Bin 3982 -> 0 bytes
5 files changed, 0 insertions(+), 13 deletions(-)
diff --git a/stem/__init__.pyc b/stem/__init__.pyc
deleted file mode 100644
index 43c6f7d..0000000
Binary files a/stem/__init__.pyc and /dev/null differ
diff --git a/stem/run_tests.py b/stem/run_tests.py
deleted file mode 100644
index ad52f9c..0000000
--- a/stem/run_tests.py
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/usr/bin/env python
-
-"""
-Runs unit and integration tests.
-"""
-
-import unittest
-import test.types
-
-if __name__ == '__main__':
- suite = unittest.TestLoader().loadTestsFromTestCase(test.types.TestVerionFunctions)
- unittest.TextTestRunner(verbosity=2).run(suite)
-
diff --git a/stem/types.pyc b/stem/types.pyc
deleted file mode 100644
index 27a5bb1..0000000
Binary files a/stem/types.pyc and /dev/null differ
diff --git a/test/__init__.pyc b/test/__init__.pyc
deleted file mode 100644
index 6b41a10..0000000
Binary files a/test/__init__.pyc and /dev/null differ
diff --git a/test/version.pyc b/test/version.pyc
deleted file mode 100644
index c459fa7..0000000
Binary files a/test/version.pyc and /dev/null differ
More information about the tor-commits
mailing list