fix error in __example_inventory

This commit is contained in:
Mitch Weaver
2017-11-26 00:44:25 +01:00
parent febe7b2e37
commit 20b40a071d
8 changed files with 46 additions and 6 deletions

7
.classpath Normal file
View File

@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry exported="true" kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry exported="true" kind="lib" path="dep/jython-2.7.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>