Rename some files to avoid them being identified as test modules

This commit is contained in:
Erik Johnson 2018-08-13 10:39:08 -05:00
parent bfb6015428
commit 85b96de009
No known key found for this signature in database
GPG Key ID: 5E5583C437808F3F
2 changed files with 3 additions and 11 deletions

View File

@ -1,7 +0,0 @@
# -*- coding: utf-8 -*-
def myfunction():
grains = {}
grains['a_custom'] = {'k1': 'v1'}
return grains

View File

@ -1,7 +1,6 @@
# -*- coding: utf-8 -*-
def myfunction():
grains = {}
grains['a_custom'] = {'k2': 'v2'}
return grains
grains = {}
grains['a_custom'] = {'k2': 'v2'}
return grains