Kaydet (Commit) 88b08dab authored tarafından Suleyman Poyraz's avatar Suleyman Poyraz

Deleted distupdate in inarycli file and fixed encode erros

üst d1719399
......@@ -144,7 +144,7 @@ class CLI(inary.ui.UI):
msg = str(msg)
prompt = msg + inary.util.colorize(' (%s)' %("/".join(opts)), 'red')
while True:
s = input(prompt.encode('utf-8'))
s = input(prompt)
for opt in opts:
if opt.startswith(s):
return opt
......
......@@ -28,7 +28,6 @@ import inary.cli.clean
import inary.cli.configurepending
import inary.cli.deletecache
import inary.cli.delta
import inary.cli.distupdate
import inary.cli.emerge
import inary.cli.emergeup
import inary.cli.fetch
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment