Fixed Issue 46

git-svn-id: http://pydot.googlecode.com/svn/trunk@22 06aa9b79-7134-0410-ae7e-c1cd3e483e87
This commit is contained in:
Ero Carrera 2011-03-03 11:55:20 +00:00
parent 9c0c48c434
commit ec92de3a5a
1 changed files with 1 additions and 1 deletions

View File

@ -372,7 +372,7 @@ def graph_definition():
# token definitions
identifier = Word(alphanums + "_" ).setName("identifier")
identifier = Word(alphanums + "_." ).setName("identifier")
double_quoted_string = QuotedString('"', multiline=True, unquoteResults=False) # dblQuotedString