~gjc/pybindgen/new-waf

« back to all changes in this revision

Viewing changes to pybindgen/__init__.py

  • Committer: Gustavo J. A. M. Carneiro
  • Date: 2008-11-17 17:38:14 UTC
  • mfrom: (525.1.78 trunk)
  • Revision ID: gjc@gnome.org-20081117173814-6k0ejk3ovblbhla8
merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
657
657
from utils import write_preamble, param, retval
658
658
import version
659
659
 
 
660
import logging
 
661
#logging.basicConfig(level=logging.DEBUG)
 
662
del logging