summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/pyscanner.l4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/pyscanner.l b/src/pyscanner.l
index 787c10a..3fe66f2 100644
--- a/src/pyscanner.l
+++ b/src/pyscanner.l
@@ -721,9 +721,7 @@ STARTDOCSYMS "##"
{IDENTIFIER}/{B}","{B} {
addFrom(FALSE);
}
- {IDENTIFIER}/{B}")"
- {
- g_importTuple=FALSE;
+ {IDENTIFIER}/{B}")" {
addFrom(FALSE);
}
{IDENTIFIER} {