forked from pycom/Pymakr
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patheric6config.linux
More file actions
16 lines (16 loc) · 828 Bytes
/
eric6config.linux
File metadata and controls
16 lines (16 loc) · 828 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
cfg = {
'ericDir' : "/usr/lib64/python3/site-packages/pymakr",
'ericPixDir' : "/usr/share/pymakr/pixmaps",
'ericIconDir' : "/usr/share/pymakr/icons",
'ericDTDDir' : "/usr/share/pymakr/DTDs",
'ericCSSDir' : "/usr/share/pymakr/CSSs",
'ericStylesDir' : "/usr/share/pymakr/Styles",
'ericDocDir' : "/usr/share/doc/pymakr",
'ericExamplesDir' : "/usr/share/doc/pymakr/Examples",
'ericTranslationsDir' : "/usr/share/qt4/translations",
'ericTemplatesDir' : "/usr/share/pymakr/DesignerTemplates",
'ericCodeTemplatesDir' : "/usr/share/pymakr/CodeTemplates",
'ericOthersDir' : "/usr/share/pymakr",
'bindir' : "/usr/bin",
'mdir' : "/usr/lib64/python3/site-packages",
}