()
| 43 | return uInput |
| 44 | |
| 45 | def restartBmNotify(): #Prompts the user to restart Bitmessage. |
| 46 | print '\n *******************************************************************' |
| 47 | print ' WARNING: If Bitmessage is running locally, you must restart it now.' |
| 48 | print ' *******************************************************************\n' |
| 49 | |
| 50 | #Begin keys.dat interactions |
| 51 | def lookupAppdataFolder(): #gets the appropriate folders for the .dat files depending on the OS. Taken from bitmessagemain.py |
no outgoing calls
no test coverage detected