Source code for locations

class FileLocations(object):
[docs] def __init__(self,snapdir,snap): self.snapdir = snapdir self.snap = snap