Skip to content

Commit

Permalink
Added missing synchronizer to synchronizer list #178
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Sep 26, 2014
1 parent 51a0c6d commit 73786e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nodeshot/interop/sync/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
('nodeshot.interop.sync.synchronizers.GeoJsonCitySdkMobility', 'GeoJSON CitySDK Mobility (periodic sync)'),
('nodeshot.interop.sync.synchronizers.GeoJsonCitySdkTourism', 'GeoJSON CitySDK Tourism (periodic sync)'),
('nodeshot.interop.sync.synchronizers.OpenLabor', 'OpenLabor (RESTful translator + event driven)'),
('nodeshot.interop.sync.synchronizers.ProvinceRomeTraffic', 'Province of Rome Traffic')
]

SYNCHRONIZERS = DEFAULT_SYNCHRONIZERS + getattr(settings, 'NODESHOT_SYNCHRONIZERS', [])
Expand Down

0 comments on commit 73786e9

Please sign in to comment.