From: Harris L. Date: Mon, 9 Apr 2012 15:58:41 +0000 (-0300) Subject: File should be a value model, right? X-Git-Url: http://git.ithinksw.org/philo.git/commitdiff_plain/c5586d632dc2cf5b06af929b2cb38131042c0ed6?hp=--cc File should be a value model, right? --- c5586d632dc2cf5b06af929b2cb38131042c0ed6 diff --git a/philo/models/nodes.py b/philo/models/nodes.py index 647ba81..604e958 100644 --- 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