This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# based on cb-exit used in CrunchBang Linux <http://crunchbanglinux.org/> | |
# @danielfl: a few fixes to work in actual *buntu versions | |
import pygtk | |
pygtk.require('2.0') | |
import gtk | |
import os | |
import getpass |