File: __init__.py

package info (click to toggle)
kiwi 1.9.22-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, wheezy
  • size: 11,912 kB
  • ctags: 5,549
  • sloc: python: 15,779; ansic: 193; xml: 77; makefile: 57; sh: 18
file content (5 lines) | stat: -rw-r--r-- 76 bytes parent folder | download | duplicates (4)
1
2
3
4
5
try:
    import pygtk
    pygtk.require('2.0')
except ImportError:
    pass