~valavanisalex/ubuntu/oneiric/gedit-latex-plugin/fix-897346

« back to all changes in this revision

Viewing changes to GeditLaTeXPlugin/src/__init__.py

  • Committer: Bazaar Package Importer
  • Author(s): Andrea Gasparini
  • Date: 2009-12-02 10:51:14 UTC
  • mfrom: (4.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20091202105114-ns21tekgeexofm1o
* added README.source (mentions standard quilt readme.source) 
* debian/patches: added patch that fix some python2.6-only sintax
  (Closes: #559135)
* debian/control: added dependency to python-multiprocessing
  (Closes: #559176) and python-glade2

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
import logging
28
28
import platform
29
29
 
30
 
logging.basicConfig(level=logging.WARN)
 
30
logging.basicConfig(level=logging.DEBUG, format="%(asctime)s %(levelname)s %(name)s - %(message)s")
31
31
 
32
32
from base.decorators import GeditWindowDecorator
33
33
from util import open_error