From b4200f9f516534eb52500b2a6ceb3ece21b155b0 Mon Sep 17 00:00:00 2001 From: grindi Date: Sun, 25 Oct 2009 14:22:49 +0300 Subject: [PATCH] Tiny fix --- pyfpdb/GuiGraphViewer.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pyfpdb/GuiGraphViewer.py b/pyfpdb/GuiGraphViewer.py index f91c9870..d148d841 100644 --- a/pyfpdb/GuiGraphViewer.py +++ b/pyfpdb/GuiGraphViewer.py @@ -20,6 +20,7 @@ import pygtk pygtk.require('2.0') import gtk import os +import sys import traceback from time import * #import pokereval