git.ithinksw.org
/
philo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
8a772dd
)
File should be a value model, right?
author
Harris L.
<harris@chromamine.com>
Mon, 9 Apr 2012 15:58:41 +0000
(12:58 -0300)
committer
Harris L.
<harris@chromamine.com>
Mon, 9 Apr 2012 15:58:41 +0000
(12:58 -0300)
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
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