Skip to content

Commit 2a4e099

Browse files
authored
start a function remove parser as i released its usless
1 parent 6b3fe21 commit 2a4e099

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

PDL/package/PDLparse/parse.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import os, sys
22

3-
def parsePDL(file):
3+
def get_variable(file):
44
with open(file, 'r') as Fin:
55
content = Fin.read()
66

PDL/parser/PDLparser.py

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)