rename havesex and QHaveSex to havedate and QHaveDate
This commit is contained in:
parent
76040343bc
commit
33a9bf71a8
26 changed files with 41 additions and 41 deletions
|
|
@ -20,8 +20,8 @@
|
|||
# along with weboob. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
|
||||
from weboob.applications.havesex import HaveSex
|
||||
from weboob.applications.havedate import HaveDate
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
HaveSex.run()
|
||||
HaveDate.run()
|
||||
|
|
@ -20,8 +20,8 @@
|
|||
# along with weboob. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
|
||||
from weboob.applications.qhavesex import QHaveSex
|
||||
from weboob.applications.qhavedate import QHaveDate
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
QHaveSex.run()
|
||||
QHaveDate.run()
|
||||
Loading…
Add table
Add a link
Reference in a new issue