File: __init__.py

package info (click to toggle)
gearman-interface 0.13.2-2
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 2,432 kB
  • ctags: 1,528
  • sloc: sh: 10,756; ansic: 6,769; python: 244; makefile: 124; ruby: 45
file content (3 lines) | stat: -rw-r--r-- 76 bytes parent folder | download | duplicates (7)
1
2
3
from pkgutil import extend_path
__path__ = extend_path(__path__, __name__)