projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bdc4b8b
)
Declare regex literal as such.
author
Zac Medico
<zmedico@gentoo.org>
Tue, 8 Jan 2013 01:03:32 +0000
(17:03 -0800)
committer
Zac Medico
<zmedico@gentoo.org>
Tue, 8 Jan 2013 01:03:32 +0000
(17:03 -0800)
pym/portage/manifest.py
patch
|
blob
|
history
diff --git
a/pym/portage/manifest.py
b/pym/portage/manifest.py
index 18ec5aa27abba6c3b35719e067f84a0f2056ed23..4a60a228ccda64076862570423bde9e29a16e037 100644
(file)
--- a/
pym/portage/manifest.py
+++ b/
pym/portage/manifest.py
@@
-27,7
+27,7
@@
from portage.const import (MANIFEST1_HASH_FUNCTIONS, MANIFEST2_HASH_DEFAULTS,
from portage.localization import _
_manifest_re = re.compile(
- r'^(' + '|'.join(MANIFEST2_IDENTIFIERS) + ') (.*)( \d+( \S+ \S+)+)$',
+ r'^(' + '|'.join(MANIFEST2_IDENTIFIERS) +
r
') (.*)( \d+( \S+ \S+)+)$',
re.UNICODE)
if sys.hexversion >= 0x3000000: