Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
marc
metadata
Commits
6a1fa748
Commit
6a1fa748
authored
Oct 29, 2017
by
marc
Browse files
changed to list iso dict
parent
c8fcb390
Changes
3
Hide whitespace changes
Inline
Side-by-side
.project
0 → 100644
View file @
6a1fa748
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>
metadata
</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>
org.python.pydev.PyDevBuilder
</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>
org.python.pydev.pythonNature
</nature>
</natures>
</projectDescription>
.pydevproject
0 → 100644
View file @
6a1fa748
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?eclipse-pydev version="1.0"?>
<pydev_project>
<pydev_property
name=
"org.python.pydev.PYTHON_PROJECT_INTERPRETER"
>
Default
</pydev_property>
<pydev_property
name=
"org.python.pydev.PYTHON_PROJECT_VERSION"
>
python 2.7
</pydev_property>
</pydev_project>
__init__.py
View file @
6a1fa748
...
...
@@ -87,4 +87,4 @@ if __name__ == '__main__':
'''
for k, v in myData.getMetaData().items():
logging.info('#key: {}
\t
value: {}'.format(k,v))
'''
\ No newline at end of file
'''
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment