pypi dal patch, thanks Niphlod

This commit is contained in:
mdipierro
2013-04-07 19:37:32 -05:00
parent 81f017a7c0
commit 96fb5b0755
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -118,6 +118,7 @@ commit:
push:
hg push
git push
git push --tags
tag:
git tag -l '$(S)'
hg tag -l '$(S)'
+1 -1
View File
@@ -1 +1 @@
Version 2.4.6-stable+timestamp.2013.04.06.12.22.00
Version 2.4.6-stable+timestamp.2013.04.07.19.36.49
+1 -1
View File
@@ -8050,7 +8050,7 @@ class Reference(long):
def __setattr__(self, key, value):
if key.startswith('_'):
int.__setattr__(self, key, value)
long.__setattr__(self, key, value)
return
self.__allocate()
self._record[key] = value