diff options
| author | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2002-07-04 01:36:18 +0000 |
|---|---|---|
| committer | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2002-07-04 01:36:18 +0000 |
| commit | be8b2373908f3c5f02b983b0f65016a0911ad921 (patch) | |
| tree | c118520a7e6ec6b04db9c0219863ba00c0ad557b /docutils/statemachine.py | |
| parent | 0fd8121cc0dcf7cc0a8bd9c30856844e4e917134 (diff) | |
| download | docutils-be8b2373908f3c5f02b983b0f65016a0911ad921.tar.gz | |
updated
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@248 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/statemachine.py')
| -rw-r--r-- | docutils/statemachine.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docutils/statemachine.py b/docutils/statemachine.py index 621be35b5..b8496d3e0 100644 --- a/docutils/statemachine.py +++ b/docutils/statemachine.py @@ -107,7 +107,6 @@ __docformat__ = 'restructuredtext' import sys import re -import string class StateMachine: |
