Add attribution

This commit is contained in:
Erik Johnson 2016-09-07 11:17:56 -05:00
parent 2e56527ead
commit 796156c5f5

View file

@ -1,6 +1,8 @@
# -*- coding: utf-8 -*-
'''
Implements the ability to run processes as another user in Windows for salt
Run processes as a different user in Windows
Based on a solution from http://stackoverflow.com/questions/29566330
'''
from __future__ import absolute_import