Removes unneeded shebangs

This commit is contained in:
Laurent Bachelier 2010-04-09 18:50:10 +02:00
commit 52488b4527
2 changed files with 0 additions and 3 deletions

View file

@ -1,5 +1,3 @@
#!/usr/bin/env python
from weboob import Weboob
from weboob.capabilities.bank import ICapBank
from weboob.tools.application import BaseApplication

View file

@ -1,4 +1,3 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# vim: ft=python et softtabstop=4 cinoptions=4 shiftwidth=4 ts=4 ai