Skip to content

Commit

Permalink
don't need to manually import gettext
Browse files Browse the repository at this point in the history
  • Loading branch information
jefferyto committed May 8, 2013
1 parent af264cc commit d265b09
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion controlyourtabs.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.

from gi.repository import GObject, Gtk, Gdk, GdkPixbuf, Gio, Gedit
from gettext import gettext as _
from xml.sax.saxutils import escape

class ControlYourTabsPlugin(GObject.Object, Gedit.WindowActivatable):
Expand Down

0 comments on commit d265b09

Please sign in to comment.