Change name

This commit is contained in:
oscar 2021-03-31 08:52:47 -05:00
parent b4ade8d044
commit 91d40fdf10
2 changed files with 26 additions and 1 deletions

25
.gitignore vendored Normal file
View File

@ -0,0 +1,25 @@
# See https://help.github.com/ignore-files/ for more about ignoring files.
# dependencies
/build
/dist
*egg-info
# testing
/coverage
# production
/build
# misc
.DS_Store
npm-debug.log*
yarn-debug.log*
yarn-error.log*
package-lock*
/__pycache__
*/__pycache__

View File

@ -11,7 +11,7 @@ try:
except ImportError:
from ConfigParser import ConfigParser
MODULE = 'dashboard_sale'
MODULE = 'dash_sale'
PREFIX = 'trytonpsk'
MODULE2PREFIX = {}