| commit | 172f88826d0c31c148c0a58cb79e75046257b9f3 | [log] [tgz] |
|---|---|---|
| author | Tony Mack <tmack@paris.CS.Princeton.EDU> | Tue Apr 02 11:36:34 2013 -0400 |
| committer | Tony Mack <tmack@paris.CS.Princeton.EDU> | Tue Apr 02 11:36:34 2013 -0400 |
| tree | c39637aac1d758a94b0e8f11ebc631747fc249f7 | |
| parent | c689d50e5124b0364e29335bf266ae042cc1c49e [diff] [blame] |
ignore peer sites and slices
diff --git a/plstackapi/importer/plclassic/slice_importer.py b/plstackapi/importer/plclassic/slice_importer.py index 22b2793..54af3f8 100644 --- a/plstackapi/importer/plclassic/slice_importer.py +++ b/plstackapi/importer/plclassic/slice_importer.py
@@ -9,7 +9,7 @@ def run(self, remote_sites={}, local_sites={}): if not remote_sites: - sites = self.api.GetSites() + sites = self.api.GetSites({'peer_id': None}) for site in sites: remote_sites[site['site_id']] = site