Skip to content

Commit 4db3b41

Browse files
committed
Initial structure setup
1 parent 6640b6a commit 4db3b41

3 files changed

Lines changed: 8 additions & 0 deletions

File tree

.pydevproject

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2+
<?eclipse-pydev version="1.0"?><pydev_project>
3+
<pydev_pathproperty name="org.python.pydev.PROJECT_SOURCE_PATH">
4+
<path>/${PROJECT_DIR_NAME}/src</path>
5+
</pydev_pathproperty>
6+
<pydev_property name="org.python.pydev.PYTHON_PROJECT_VERSION">python 2.7</pydev_property>
7+
<pydev_property name="org.python.pydev.PYTHON_PROJECT_INTERPRETER">Default</pydev_property>
8+
</pydev_project>

src/demo/__init__.py

Whitespace-only changes.

src/demo/test/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)