From: Joseph Spiros Date: Wed, 17 Oct 2012 14:14:17 +0000 (-0400) Subject: Merge branch 'patch-1' of git://github.com/lapilofu/philo into develop X-Git-Url: http://git.ithinksw.org/philo.git/commitdiff_plain/e81bcde0df7337d96bebf09256f675b427d673bb?hp=1fb4774474207933a6cce19e65a2fa011593b3eb Merge branch 'patch-1' of git://github.com/lapilofu/philo into develop * 'patch-1' of git://github.com/lapilofu/philo: File should be a value model, right? --- 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