From 0f1387da14858df22c3a78774ade11e422a2f7fd Mon Sep 17 00:00:00 2001 From: Mike Place Date: Wed, 5 Mar 2014 14:08:52 -0700 Subject: [PATCH] Revert grains enviorn. This has massively broken the develop branch. Reverting. --- salt/grains/core.py | 9 --------- 1 file changed, 9 deletions(-) diff --git a/salt/grains/core.py b/salt/grains/core.py index 0a7e28575b..202e78f4d1 100644 --- a/salt/grains/core.py +++ b/salt/grains/core.py @@ -1158,15 +1158,6 @@ def path(): return {'path': os.environ['PATH'].strip()} -def environ(): - ''' - Returns the environment variables - ''' - # Provides: - # environ - return {'environ': os.environ} - - def pythonversion(): ''' Return the Python version