Mercurial > hg > Feedworm
annotate .pydevproject @ 155:a05719a6175e
move common functionality into an abstract backend class, have both backends inherit from it. Implement enough of the couchdb backend that reading feeds (and marking feed entries as read) is possible
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Sat, 27 Aug 2011 08:52:03 +0200 |
parents | 3bffc5caa24e |
children |
rev | line source |
---|---|
0
3bffc5caa24e
initial project setup of the feedworm feed reader
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
1 <?xml version="1.0" encoding="UTF-8"?><?eclipse-pydev version="1.0"?><pydev_project> |
3bffc5caa24e
initial project setup of the feedworm feed reader
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
2 <pydev_property name="org.python.pydev.PYTHON_PROJECT_INTERPRETER">Default</pydev_property> |
3bffc5caa24e
initial project setup of the feedworm feed reader
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
3 <pydev_property name="org.python.pydev.PYTHON_PROJECT_VERSION">python 2.6</pydev_property> |
3bffc5caa24e
initial project setup of the feedworm feed reader
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
4 <pydev_pathproperty name="org.python.pydev.PROJECT_SOURCE_PATH"> |
3bffc5caa24e
initial project setup of the feedworm feed reader
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
5 <path>/Feedworm</path> |
3bffc5caa24e
initial project setup of the feedworm feed reader
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
6 </pydev_pathproperty> |
3bffc5caa24e
initial project setup of the feedworm feed reader
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
7 </pydev_project> |