From 4c15d5402da3ea96922fe6eadacccc65026cee82 Mon Sep 17 00:00:00 2001 From: Zach Wegner Date: Wed, 10 Aug 2011 01:18:48 -0700 Subject: [PATCH] Small formatting cleanups --- prethon.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/prethon.py b/prethon.py index e1a1c9f..a2b3984 100755 --- a/prethon.py +++ b/prethon.py @@ -1,4 +1,5 @@ ################################################################################ +## ## Prethon-Python-based preprocessor. ## ## Copyright 2011 Zach Wegner @@ -17,6 +18,7 @@ ## ## You should have received a copy of the GNU General Public License ## along with Prethon. If not, see . +## ################################################################################ import copy -- 2.11.4.GIT