repo.or.cz
/
Cafu-Engine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix issue in Rocket.lua script.
[Cafu-Engine.git]
/
Doxygen
/
ftp_login.py.tmpl
blob
2a63c8427ccdcc0ceeaac264903550670b7f541e
1
# -*- coding: utf-8 -*-
2
3
def GetFtpLogin():
4
username = ""
5
password = ""
6
7
if not username:
8
username = raw_input("FTP username: ")
9
10
if not password:
11
password = raw_input("FTP password: ")
12
13
return username, password