Skip to content

Commit

Permalink
Fixed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hemanth committed Oct 6, 2010
1 parent 670259d commit 722c413
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions edrc.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,9 @@ def get_opt(self):
print '%i %s %s'% (i+1,"=>",shell)

''' Read input option '''
''' Trap keyboard Interrupts '''
try:
rc=raw_input('Select the shell for which you need to edit/create rc [ Any other key to exit ] : ')

''' Trap keyboard Interrupts '''
except (KeyboardInterrupt, SystemExit):
print "\n"
sys.exit(1)
Expand Down

0 comments on commit 722c413

Please sign in to comment.