~didrocks/ubuntu/vivid/unity-lens-radios/vivid

« back to all changes in this revision

Viewing changes to private_lib/tools.py

  • Committer: Didier Roche
  • Date: 2012-06-25 18:49:43 UTC
  • Revision ID: didier.roche@canonical.com-20120625184943-6mawnm5qlr7ubifw
fix some format due to real data passed

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
            instances[cls] = cls(*args, **kwargs)
28
28
        return instances[cls]
29
29
    return getinstance
 
30
 
 
31
 
 
32
def get_icon_path():
 
33
    '''Get the relative or absolute icon paths for the lens'''
 
34
    return '/usr/share/icons/unity-icon-theme/places/svg/'