marvin-zhao / pyang

Automatically exported from code.google.com/p/pyang
0 stars 0 forks source link

Undefined variables in the files #52

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

Undefined variables in the files
pyang-1.0/pyang/__init__.py – line 116 (Undefined variable: statements)
Spyang-1.0/pyang/statements.py – line 1519 (Undefined variable: u)
pyang-1.0/pyang/translators/dsdl.py – line 842 (Undefined variable: util)

What is the expected output? What do you see instead?

Undefined variables need to be corrected

What version of the product are you using? On what operating system?

pyang-1.0

Original issue reported on code.google.com by balaj...@gmail.com on 21 Oct 2010 at 10:19

GoogleCodeExporter commented 9 years ago
the line numbers mentioned above are off by one, it is line 117 (__init__.py), 
1520 (statements.py) and 843 (dsdl.py)

Original comment by balaj...@gmail.com on 21 Oct 2010 at 10:29

GoogleCodeExporter commented 9 years ago

Original comment by mbj4...@gmail.com on 22 Oct 2010 at 10:08