~xpresser-team/xpresser/xpresser-with-special-keys

« back to all changes in this revision

Viewing changes to xpresser/__init__.py

  • Committer: Chris Wayne
  • Date: 2012-07-05 13:52:37 UTC
  • mfrom: (10.1.6 gtk3-port-with-cairo)
  • Revision ID: chris.wayne@canonical.com-20120705135237-7f52h9sfxwu279dr
Merging in gtk3 support with simple cv, adding debian packaging

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
# You should have received a copy of the GNU Lesser General Public License
18
18
# along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
19
#
20
 
import pygtk
21
 
pygtk.require("2.0")
22
20
 
23
21
from xpresser.xp import Xpresser, ImageNotFound