Merge branch 'patch-1' of git://github.com/lapilofu/philo into develop
authorJoseph Spiros <joseph.spiros@ithinksw.com>
Wed, 17 Oct 2012 14:14:17 +0000 (10:14 -0400)
committerJoseph 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

index 647ba81..604e958 100644 (file)
@@ -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