Fix missing import

This commit is contained in:
Alessio Treglia 2011-12-08 17:09:16 +01:00
parent ea1bdc6a38
commit 19f5455eb2
1 changed files with 2 additions and 1 deletions

View File

@ -19,11 +19,12 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
import os
import sys
import pygtk
pygtk.require ('2.0')
import gtk
import gobject
import sys
try:
import imp