add application comparoob
This commit is contained in:
parent
dea713d2f4
commit
e8e7fbead1
4 changed files with 362 additions and 0 deletions
9
scripts/comparoob
Executable file
9
scripts/comparoob
Executable file
|
|
@ -0,0 +1,9 @@
|
|||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
# vim: ft=python et softtabstop=4 cinoptions=4 shiftwidth=4 ts=4 ai
|
||||
|
||||
from weboob.applications.comparoob import Comparoob
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
Comparoob.run()
|
||||
Loading…
Add table
Add a link
Reference in a new issue