From c8b1d0eb1dfdc6fdc453e7be4003c8c80802b9db Mon Sep 17 00:00:00 2001 From: Felix Rabe Date: Fri, 13 Jul 2007 12:48:34 +0200 Subject: [PATCH] Chg / new: systematiki.py, systematikid.py, setup.py (2) --- setup.py | 2 ++ systematiki.py | 6 +++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7adec00..70f8b39 100755 --- a/setup.py +++ b/setup.py @@ -20,6 +20,8 @@ My Big Undefined Systematics Application. # along with this library; if not, write to the Free Software Foundation, # Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA +# Recommended line length or text width: 75 characters. + info = { "name": "systematiki", "version": "0.0.1", diff --git a/systematiki.py b/systematiki.py index 111e47d..bdc40fe 100755 --- a/systematiki.py +++ b/systematiki.py @@ -1,7 +1,9 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- """ -Systematiki Prototype. +Systematiki Client. + +The server is called 'systematikid.py'. """ # Copyright (C) 2007 Felix Rabe @@ -20,6 +22,8 @@ Systematiki Prototype. # along with this library; if not, write to the Free Software Foundation, # Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA +# Recommended line length or text width: 75 characters. + def main(argv): return 0 -- 2.11.4.GIT