| commit | 3066a95648a57a5be7670a6b5c4713cdebcb04c7 | [log] [tgz] |
|---|---|---|
| author | Tony Mack <tmack@tux.cs.princeton.edu> | Mon Jan 05 22:48:11 2015 -0500 |
| committer | Tony Mack <tmack@tux.cs.princeton.edu> | Mon Jan 05 22:48:42 2015 -0500 |
| tree | b89e1d323ab485e1a84a61ea5214638428654771 | |
| parent | ebc03eb7e2e4a34d20c27a07083e8b37fc62ee46 [diff] [blame] |
removing plural from model names. some cleanup
diff --git a/planetstack/model_policies/__init__.py b/planetstack/model_policies/__init__.py index 8671d6a..ac395a1 100644 --- a/planetstack/model_policies/__init__.py +++ b/planetstack/model_policies/__init__.py
@@ -1,3 +1,4 @@ from .model_policy_Slice import * from .model_policy_User import * from .model_policy_Network import * +from .model_policy_Site import *