From 728c89310c5e38f53acdc41e34d0723e1a2cfa69 Mon Sep 17 00:00:00 2001 From: Rafael Ortiz Date: Sat, 04 Jun 2011 16:22:51 +0000 Subject: erasing some dup line --- diff --git a/terminal.py b/terminal.py index 6316eea..eef93d6 100644 --- a/terminal.py +++ b/terminal.py @@ -351,7 +351,6 @@ class TerminalActivity(activity.Activity): vt = self._notebook.get_nth_page(self._notebook.get_current_page()).vt vt.feed('\r\n') vt.fork_command("/bin/su", ('/bin/su', '-')) - vt.fork_command("/bin/sudo", ('/bin/sudo', '-i')) def __key_press_cb(self, window, event): # Escape keypresses are routed directly to the vte and then dropped. -- cgit v0.9.1