create final version
authorymh <ymh.work@gmail.com>
Thu, 21 Oct 2010 17:51:26 +0200
changeset 53 97f80613dc43
parent 52 cabe73ea6929
child 54 53393dd1d878
create final version
.pydevproject
web/blinkster/__init__.py
web/blinkster/ldt/fileimport.py
--- a/.pydevproject	Thu Oct 21 17:40:14 2010 +0200
+++ b/.pydevproject	Thu Oct 21 17:51:26 2010 +0200
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
 <?eclipse-pydev version="1.0"?>
 
 <pydev_project>
@@ -8,7 +8,5 @@
 <path>/blinkster/web/blinkster</path>
 <path>/blinkster/web/lib</path>
 </pydev_pathproperty>
-<pydev_pathproperty name="org.python.pydev.PROJECT_EXTERNAL_SOURCE_PATH">
-<path>/Volumes/Data/Dev/workspace/blinkster/sbin/bvenv/lib/python2.5/site-packages</path>
-</pydev_pathproperty>
+
 </pydev_project>
--- a/web/blinkster/__init__.py	Thu Oct 21 17:40:14 2010 +0200
+++ b/web/blinkster/__init__.py	Thu Oct 21 17:51:26 2010 +0200
@@ -1,3 +1,3 @@
-VERSION = (0, 10)
+VERSION = (0, 11)
 
 VERSION_STR = unicode(".".join(map(lambda i:"%02d" % (i,), VERSION)))
--- a/web/blinkster/ldt/fileimport.py	Thu Oct 21 17:40:14 2010 +0200
+++ b/web/blinkster/ldt/fileimport.py	Thu Oct 21 17:51:26 2010 +0200
@@ -181,7 +181,7 @@
 
     author = property(**author())
     
-    def writer():            
+    def writer():      #@NoSelf      
         def fget(self):
             return self.__writer