Skip to content

Commit

Permalink
Support new seat type
Browse files Browse the repository at this point in the history
  • Loading branch information
huzhifeng committed Jan 17, 2014
1 parent 409fecd commit 1183116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion new.py
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@ def selectPassengers(self):
if i > 0 and (i + 1) % 5 == 0:
print('')
while 1:
print(u'\n请选择乘车人, 最多选择5个, 以逗号隔开, 如:1,2,3,4,5, 直接回车不选择')
print(u'\n请选择乘车人, 最多选择5个, 以逗号隔开, 如:1,2,3,4,5, 直接回车不选择, 使用配置文件中的乘客信息')
buf = raw_input('')
if not buf:
return RET_ERR
Expand Down

0 comments on commit 1183116

Please sign in to comment.