copyright on top of file
This commit is contained in:
parent
f4c17cdc9d
commit
c92d74c8a7
1 changed files with 13 additions and 12 deletions
|
|
@ -1,17 +1,5 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
# -*- coding: utf-8 -*-
|
# -*- 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
|
# 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
|
# You should have received a copy of the GNU Affero General Public License
|
||||||
# along with weboob. If not, see <http://www.gnu.org/licenses/>.
|
# 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)
|
BASE_PATH = os.path.join(os.path.dirname(__file__), os.pardir)
|
||||||
DEST_DIR = 'man'
|
DEST_DIR = 'man'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue