mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Added missing functools import
This commit is contained in:
parent
ae413133f3
commit
8df1bbf1d1
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
'''
|
||||
Sphinx documentation for Salt
|
||||
'''
|
||||
import functools
|
||||
import sys
|
||||
import os
|
||||
import types
|
||||
|
|
Loading…
Add table
Reference in a new issue