mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add glob import
This commit is contained in:
parent
6435e176d3
commit
16e1a050e4
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ Routines to set up a minion
|
|||
import os
|
||||
import distutils.sysconfig
|
||||
import importlib
|
||||
import glob
|
||||
import re
|
||||
import tempfile
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue