List Archive: gentoo-soc
Here is a little patch to demonstrate my ability to use git and diff.
Hope this works.
Nils Schlupp
|
diff --git a/gstats_frontend.py b/gstats_frontend.py
index 95ebe34..5822525 100755
--- a/gstats_frontend.py
+++ b/gstats_frontend.py
@@ -6,6 +6,8 @@
This module sets up and runs a WSGI application powered by Colubrid.
"""
+# Adding comment for Gsoc Application requirement
+
__author__ = "Alec Warner <antarus@g.o>"
import colubrid
|
|