copyright on top of file

This commit is contained in:
Romain Bignon 2014-10-11 07:32:26 +02:00
commit c92d74c8a7

View file

@ -1,17 +1,5 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
from __future__ import print_function
import imp
import inspect
import optparse
import os
import re
import sys
import tempfile
import time
from weboob.tools.application.base import Application
# Copyright(C) 2010-2011 Laurent Bachelier
#
@ -30,6 +18,19 @@ from weboob.tools.application.base import Application
# You should have received a copy of the GNU Affero General Public License
# along with weboob. If not, see <http://www.gnu.org/licenses/>.
from __future__ import print_function
import imp
import inspect
import optparse
import os
import re
import sys
import tempfile
import time
from weboob.tools.application.base import Application
BASE_PATH = os.path.join(os.path.dirname(__file__), os.pardir)
DEST_DIR = 'man'