projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0066fe4
)
Spam.amount attribute has to be declared.
author
Nicolas Dumazet
<nicdumz.commits@gmail.com>
Thu, 19 Mar 2009 09:01:59 +0000
(18:01 +0900)
committer
Nicolas Dumazet
<nicdumz.commits@gmail.com>
Thu, 19 Mar 2009 09:01:59 +0000
(18:01 +0900)
Demos/spam.pyx
patch
|
blob
|
history
diff --git
a/Demos/spam.pyx
b/Demos/spam.pyx
index f954f078af1695d512be0970e4ca11abd9746fce..702e21ade6b7acfb4f471ac56b8bfc20d9207242 100644
(file)
--- a/
Demos/spam.pyx
+++ b/
Demos/spam.pyx
@@
-3,6
+3,7
@@
#
cdef class Spam:
+ cdef public int amount
def __new__(self):
self.amount = 0