Revert grains enviorn.

This has massively broken the develop branch. Reverting.
This commit is contained in:
Mike Place 2014-03-05 14:08:52 -07:00
parent e51d91c269
commit 0f1387da14

View File

@ -1158,15 +1158,6 @@ def path():
return {'path': os.environ['PATH'].strip()} return {'path': os.environ['PATH'].strip()}
def environ():
'''
Returns the environment variables
'''
# Provides:
# environ
return {'environ': os.environ}
def pythonversion(): def pythonversion():
''' '''
Return the Python version Return the Python version