remove empty functions

This commit is contained in:
Paul Tonelli 2015-03-24 17:40:24 +01:00
parent 15f66d1f0f
commit ab736e8f48

View File

@ -83,18 +83,6 @@ def update(repo_uri):
repo.pull()
def envs():
'''
Return a list of branches that can be used as environments
'''
def purge_cache():
'''
Purge the hg_pillar cache
'''
class Repo(object):
'''
Deal with remote hg (mercurial) repository for Pillar