summaryrefslogtreecommitdiff
path: root/service/pixelated/config/credentials_prompt.py
diff options
context:
space:
mode:
authorDuda Dornelles <dudassdornelles@gmail.com>2015-01-27 16:08:03 -0200
committerPixpoa pairing <pixpoapairing@pixelated-project.org>2015-01-27 16:08:03 -0200
commit26b85d8e523f2b6aafbe18132efcd617ae892228 (patch)
tree0dbdf0cef276aef577d028391543e3f3c5354160 /service/pixelated/config/credentials_prompt.py
parent4713741e6cbd9ad7fe20925120f6e25bc6b538e7 (diff)
#237 #232 #196 syncing user data once before starting the UA. Displaying a loading screen in the meantime. The initial sync will make sure the user has a single key pair
Diffstat (limited to 'service/pixelated/config/credentials_prompt.py')
-rw-r--r--service/pixelated/config/credentials_prompt.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/service/pixelated/config/credentials_prompt.py b/service/pixelated/config/credentials_prompt.py
deleted file mode 100644
index de4095b0..00000000
--- a/service/pixelated/config/credentials_prompt.py
+++ /dev/null
@@ -1,8 +0,0 @@
-import getpass
-
-
-def run():
- provider = raw_input('Which provider do you want to connect to:\n')
- username = raw_input('What\'s your username registered on the provider:\n')
- password = getpass.getpass('Type your password:\n')
- return provider, username, password