Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
A
arpeggio-gm
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
backend
arpeggio-gm
Commits
5515acd6
Commit
5515acd6
authored
Sep 01, 2014
by
Igor Dejanovic
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'release/v0.7.x'
Conflicts: setup.cfg setup.py
parents
f46b89cb
fdfdb803
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
__init__.py
arpeggio/__init__.py
+2
-1
setup.py
setup.py
+1
-1
No files found.
arpeggio/__init__.py
View file @
5515acd6
...
@@ -930,7 +930,8 @@ class Parser(object):
...
@@ -930,7 +930,8 @@ class Parser(object):
self
.
line_ends
=
[]
self
.
line_ends
=
[]
self
.
input
=
_input
self
.
input
=
_input
self
.
parser_model
.
clear_cache
()
self
.
parser_model
.
clear_cache
()
self
.
comments_model
.
clear_cache
()
if
self
.
comments_model
:
self
.
comments_model
.
clear_cache
()
self
.
parse_tree
=
self
.
_parse
()
self
.
parse_tree
=
self
.
_parse
()
# In debug mode export parse tree to dot file for
# In debug mode export parse tree to dot file for
...
...
setup.py
View file @
5515acd6
...
@@ -49,7 +49,7 @@ setup(
...
@@ -49,7 +49,7 @@ setup(
'Topic :: Software Development :: Libraries :: Python Modules'
,
'Topic :: Software Development :: Libraries :: Python Modules'
,
'License :: OSI Approved :: MIT License'
,
'License :: OSI Approved :: MIT License'
,
'Operating System :: OS Independent'
,
'Operating System :: OS Independent'
,
'Programming Language :: Python'
,
'Programming Language :: Python'
]
]
)
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment