summaryrefslogtreecommitdiff
path: root/src/parser/Python3LexerBase.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser/Python3LexerBase.java')
-rw-r--r--src/parser/Python3LexerBase.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parser/Python3LexerBase.java b/src/parser/Python3LexerBase.java
index e2246a3..2090e0e 100644
--- a/src/parser/Python3LexerBase.java
+++ b/src/parser/Python3LexerBase.java
@@ -1,4 +1,4 @@
-package com.clp.project.parser;
+package parser;
import java.util.ArrayDeque;
import java.util.Deque;