We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4ac95e commit f9f4109Copy full SHA for f9f4109
1 file changed
pym/gentoolkit/eprefix.py
@@ -9,9 +9,10 @@
9
10
Example useage: from gentoolkit.eprefix import EPREFIX
11
then in code add it to the filepath eg.:
12
- exclude_file = "%s/etc/%s/%s.exclude" % (EPREFIX,__productname__ , action)
+ exclude_file = "%s/etc/%s/%s.exclude" % (EPREFIX,__productname__ , action)
13
14
"""
15
+
16
# Load EPREFIX from Portage, fall back to the empty string if it fails
17
try:
18
from portage.const import EPREFIX
0 commit comments