~ubuntu-branches/ubuntu/saucy/trac-xmlrpc/saucy

« back to all changes in this revision

Viewing changes to trunk/tracrpc/__init__.py

  • Committer: Package Import Robot
  • Author(s): W. Martin Borgert, Jakub Wilk
  • Date: 2011-12-31 18:27:57 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20111231182757-oe70jynzu0lk5hny
Tags: 1.1.2+r10706-1
* New upstream version (Closes: #653726). Works with Trac 0.12.
* Fixed lintians.
  [Jakub Wilk <jwilk@debian.org>]
* Replace deprecated > operator with >=.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
"""
8
8
 
9
9
from tracrpc.api import *
 
10
from tracrpc.json_rpc import *
 
11
from tracrpc.xml_rpc import *
10
12
from tracrpc.web_ui import *
11
13
from tracrpc.ticket import *
12
14
from tracrpc.wiki import *