~landscape/twisted/14.0.2-1ubuntu1

« back to all changes in this revision

Viewing changes to twisted/lore/numberer.py

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2014-07-14 13:53:15 UTC
  • mfrom: (1.3.2) (44.2.3 sid)
  • Revision ID: package-import@ubuntu.com-20140714135315-z2f6727ypy31nldq
Tags: 14.0.0-1ubuntu1
* Merge with Debian; remaining changes:
  - Keep the preliminary python3 support, but don't enable it.
  - Try to use plain pygtkcompat and fall back to gi.pygtkcompat, to
    avoid a DeprecationWarning, and a crash.
  - Use new io_add_watch api on new versions of pygobject.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# Copyright (c) Twisted Matrix Laboratories.
2
2
# See LICENSE for details.
3
3
 
 
4
numberSections = None
 
5
filenum = None
 
6
 
4
7
 
5
8
def reset():
6
9
    resetFilenum()