git.ithinksw.org
/
philo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(from parent 1:
1fb4774
)
Merge branch 'patch-1' of git://github.com/lapilofu/philo into develop
author
Joseph Spiros
<joseph.spiros@ithinksw.com>
Wed, 17 Oct 2012 14:14:17 +0000
(10:14 -0400)
committer
Joseph Spiros
<joseph.spiros@ithinksw.com>
Wed, 17 Oct 2012 14:14:17 +0000
(10:14 -0400)
* 'patch-1' of git://github.com/lapilofu/philo:
File should be a value model, right?
philo/models/nodes.py
patch
|
blob
|
history
diff --git
a/philo/models/nodes.py
b/philo/models/nodes.py
index
647ba81
..
604e958
100644
(file)
--- a/
philo/models/nodes.py
+++ b/
philo/models/nodes.py
@@
-424,4
+424,5
@@
class File(View):
return self.name
-register_value_model(Node)
\ No newline at end of file
+register_value_model(Node)
+register_value_model(File)
\ No newline at end of file