Test on master

This commit is contained in:
root
2016-01-20 19:17:16 +01:00
parent 0c48fd85aa
commit ecde9aaa67
3 changed files with 0 additions and 12 deletions
-8
View File
@@ -1,8 +0,0 @@
bin/
manage.py
media/
old_stuff/
static/
templates/blogindex.html-media
*.pyc
-2
View File
@@ -1,5 +1,3 @@
Foo
GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007
-2
View File
@@ -14,5 +14,3 @@ class SimpleTest(TestCase):
Tests that 1 + 1 always equals 2.
"""
self.assertEqual(1 + 1, 2)
# That's it!