Skip to content

Commit a30e3b4

Browse files
committed
conflict resolved
1 parent 422ea9e commit a30e3b4

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

.pydevproject

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2-
<?eclipse-pydev version="1.0"?>
3-
4-
<pydev_project>
2+
<?eclipse-pydev version="1.0"?><pydev_project>
53
<pydev_property name="org.python.pydev.PYTHON_PROJECT_INTERPRETER">Default</pydev_property>
64
<pydev_property name="org.python.pydev.PYTHON_PROJECT_VERSION">python 2.6</pydev_property>
75
<pydev_pathproperty name="org.python.pydev.PROJECT_SOURCE_PATH">
8-
<path>/orio</path>
6+
<path>/orio-git</path>
97
</pydev_pathproperty>
108
</pydev_project>

setup.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,6 @@
5353
packages = py_packages,
5454
package_dir = {'orio' : 'orio'},
5555
#package_data = {'orio' : ['tool/zestyparser/*']},
56-
<<<<<<< HEAD
57-
scripts = ['orcc', 'orf', 'orcuda'])
58-
=======
5956
scripts = ['orcc', 'orf', 'orcuda', 'orcl'])
60-
>>>>>>> github/master
6157

6258

0 commit comments

Comments
 (0)