Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Ortiz <rafael@activitycentral.com>2011-06-04 16:22:51 (GMT)
committer Rafael Ortiz <rafael@activitycentral.com>2011-06-04 16:22:51 (GMT)
commit728c89310c5e38f53acdc41e34d0723e1a2cfa69 (patch)
treea5022c01e722f008a83aa89cebfdc901ae76790a
parentb18fa2cff8c1818f89981223193d321314d94486 (diff)
erasing some dup line
-rw-r--r--terminal.py1
1 files changed, 0 insertions, 1 deletions
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.