rename havesex and QHaveSex to havedate and QHaveDate

This commit is contained in:
Romain Bignon 2012-03-03 22:56:51 +01:00
commit 33a9bf71a8
26 changed files with 41 additions and 41 deletions

View file

@ -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()

View file

@ -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()