~ubuntu-branches/ubuntu/wily/pyicu/wily

« back to all changes in this revision

Viewing changes to icu.py

  • Committer: Package Import Robot
  • Author(s): Piotr Ożarowski
  • Date: 2013-06-25 19:22:34 UTC
  • Revision ID: package-import@ubuntu.com-20130625192234-hwxr287medhoobno
Tags: 1.5-2
Rename docs.py to icu_docs.py instead of removing it
as it's used in icu (closes: #714048)

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
class InvalidArgsError(Exception):
35
35
    pass
36
36
 
37
 
from docs import *
 
37
from icu_docs import *