Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorSergey Yershov <yershov@corp.mail.ru>2016-05-26 18:16:23 +0300
committerSergey Yershov <yershov@corp.mail.ru>2016-05-26 18:23:08 +0300
commit1c92e00abd23f6e7cab2d36c264a7cb0470d2512 (patch)
tree499be04fd30809280fbd8194cac3a26f0ce81f95 /tools
parentf267357034d0aa81db61e2b08c466675492a0775 (diff)
[booking] Extract method GetNearesHotels
Diffstat (limited to 'tools')
-rwxr-xr-xtools/python/booking_hotels.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/python/booking_hotels.py b/tools/python/booking_hotels.py
index 5562e4f4dd..09ba86e439 100755
--- a/tools/python/booking_hotels.py
+++ b/tools/python/booking_hotels.py
@@ -21,7 +21,6 @@ Hotel = namedtuple('Hotel',
'stars', 'priceCategory', 'ratingBooking',
'ratingUser', 'descUrl'])
-
class BookingApi:
def __init__(self, login, password):
self.login = login