comparison files.py @ 88:cd347cfca272

Removed shebang from modules
author Oleg Oshmyan <chortos@inbox.lv>
date Mon, 28 Feb 2011 11:28:46 +0000
parents 1914ae9cfdce
children c62c9bfd614a
comparison
equal deleted inserted replaced
87:179bad0d29f4 88:cd347cfca272
1 #! /usr/bin/env python
2 # Copyright (c) 2010 Chortos-2 <chortos@inbox.lv> 1 # Copyright (c) 2010 Chortos-2 <chortos@inbox.lv>
3 2
4 """File access routines and classes with support for archives.""" 3 """File access routines and classes with support for archives."""
5 4
6 from __future__ import division, with_statement 5 from __future__ import division, with_statement