summaryrefslogtreecommitdiff
path: root/src/parser/Python3Lexer.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser/Python3Lexer.java')
-rw-r--r--src/parser/Python3Lexer.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parser/Python3Lexer.java b/src/parser/Python3Lexer.java
index ae33e3d..96ee595 100644
--- a/src/parser/Python3Lexer.java
+++ b/src/parser/Python3Lexer.java
@@ -1,4 +1,4 @@
-package com.clp.project.parser;
+package parser;
// Generated from src/parser/Python3Lexer.g4 by ANTLR 4.13.1
import org.antlr.v4.runtime.Lexer;