# HG changeset patch # User ymh # Date 1287676286 -7200 # Node ID 97f80613dc43b6adcb1ce605ac44ddd824ac4d0f # Parent cabe73ea6929599a5821fed01b05ec6c93bc6756 create final version diff -r cabe73ea6929 -r 97f80613dc43 .pydevproject --- a/.pydevproject Thu Oct 21 17:40:14 2010 +0200 +++ b/.pydevproject Thu Oct 21 17:51:26 2010 +0200 @@ -1,4 +1,4 @@ - + @@ -8,7 +8,5 @@ /blinkster/web/blinkster /blinkster/web/lib - -/Volumes/Data/Dev/workspace/blinkster/sbin/bvenv/lib/python2.5/site-packages - + diff -r cabe73ea6929 -r 97f80613dc43 web/blinkster/__init__.py --- 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))) diff -r cabe73ea6929 -r 97f80613dc43 web/blinkster/ldt/fileimport.py --- 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