[alacarte] MainWindow: Fix imports
- From: Jasper St. Pierre <jstpierre src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [alacarte] MainWindow: Fix imports
- Date: Wed, 23 May 2012 19:00:22 +0000 (UTC)
commit c62824c994d31f0efcd12eede335f6d0267865c7
Author: Jasper St. Pierre <jstpierre mecheye net>
Date: Tue May 1 15:34:17 2012 -0400
MainWindow: Fix imports
We need tempfile, and lose print_stack
Alacarte/MainWindow.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Alacarte/MainWindow.py b/Alacarte/MainWindow.py
index 2313e73..d97fd5c 100644
--- a/Alacarte/MainWindow.py
+++ b/Alacarte/MainWindow.py
@@ -22,6 +22,7 @@ import cgi, os
import gettext
import subprocess
import urllib
+import tempfile
try:
from Alacarte import config
gettext.bindtextdomain(config.GETTEXT_PACKAGE,config.localedir)
@@ -32,7 +33,6 @@ _ = gettext.gettext
from Alacarte.MenuEditor import MenuEditor
from Alacarte import util
import sys
-from traceback import print_stack
class MainWindow:
timer = None
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]