diff --git a/.gitignore b/.gitignore deleted file mode 100644 index cf731f5..0000000 --- a/.gitignore +++ /dev/null @@ -1,8 +0,0 @@ -bin/ -manage.py -media/ -old_stuff/ -static/ -templates/blogindex.html-media -*.pyc - diff --git a/COPYING b/COPYING index 38cb152..94a9ed0 100644 --- a/COPYING +++ b/COPYING @@ -1,5 +1,3 @@ -Foo - GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 diff --git a/tipp/tests.py b/tipp/tests.py index be6cedc..501deb7 100644 --- a/tipp/tests.py +++ b/tipp/tests.py @@ -14,5 +14,3 @@ class SimpleTest(TestCase): Tests that 1 + 1 always equals 2. """ self.assertEqual(1 + 1, 2) - -# That's it!