diff options
| author | Georg Brandl <georg@python.org> | 2010-08-24 01:41:08 +0200 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2010-08-24 01:41:08 +0200 |
| commit | aad137cdb78d709d4a7825b1795da9f7f5c62a01 (patch) | |
| tree | 3e1dc0db0c6fcda489531e11000cca5cb472fcd2 /sphinx/domains/cpp.py | |
| parent | 763f060070102ce1a278045271f6bf670039498f (diff) | |
| download | sphinx-aad137cdb78d709d4a7825b1795da9f7f5c62a01.tar.gz | |
Remove unused import.
Diffstat (limited to 'sphinx/domains/cpp.py')
| -rw-r--r-- | sphinx/domains/cpp.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sphinx/domains/cpp.py b/sphinx/domains/cpp.py index 4dac8925..35afe191 100644 --- a/sphinx/domains/cpp.py +++ b/sphinx/domains/cpp.py @@ -21,7 +21,6 @@ from sphinx.domains import Domain, ObjType from sphinx.directives import ObjectDescription from sphinx.util.nodes import make_refnode from sphinx.util.compat import Directive -from sphinx.util.docfields import TypedField _identifier_re = re.compile(r'\b(~?[a-zA-Z_][a-zA-Z0-9_]*)\b') |
