Mercurial > ~astiob > upreckon > hgweb
changeset 88:cd347cfca272
Removed shebang from modules
author | Oleg Oshmyan <chortos@inbox.lv> |
---|---|
date | Mon, 28 Feb 2011 11:28:46 +0000 |
parents | 179bad0d29f4 |
children | 3ae6cb69e4ef |
files | compat.py config.py files.py problem.py testcases.py |
diffstat | 5 files changed, 0 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/compat.py Fri Feb 25 00:11:06 2011 +0000 +++ b/compat.py Mon Feb 28 11:28:46 2011 +0000 @@ -1,4 +1,3 @@ -#! /usr/bin/env python # Copyright (c) 2010-2011 Chortos-2 <chortos@inbox.lv> # A compatibility layer for Python 2.5+. This is what lets test.py
--- a/config.py Fri Feb 25 00:11:06 2011 +0000 +++ b/config.py Mon Feb 28 11:28:46 2011 +0000 @@ -1,4 +1,3 @@ -#! /usr/bin/env python # Copyright (c) 2010-2011 Chortos-2 <chortos@inbox.lv> from __future__ import division, with_statement
--- a/files.py Fri Feb 25 00:11:06 2011 +0000 +++ b/files.py Mon Feb 28 11:28:46 2011 +0000 @@ -1,4 +1,3 @@ -#! /usr/bin/env python # Copyright (c) 2010 Chortos-2 <chortos@inbox.lv> """File access routines and classes with support for archives."""