fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Autokorekta: inteligentne wstawianie tagow, usuwanie spacji po i przed iterpunkcjÄ….
[redakcja.git]
/
apps
/
explorer
/
views.py
diff --git
a/apps/explorer/views.py
b/apps/explorer/views.py
index
e5876e9
..
ef2a396
100644
(file)
--- a/
apps/explorer/views.py
+++ b/
apps/explorer/views.py
@@
-61,7
+61,7
@@
def file_list(request, repo):
fl = []
for file in repo.repo[latest_default]:
fl = []
for file in repo.repo[latest_default]:
- m = re.match(u'^pub_([
\\w\\$\\.0-9_-
]+).xml$', file.decode('utf-8'), re.UNICODE)
+ m = re.match(u'^pub_([
^/
]+).xml$', file.decode('utf-8'), re.UNICODE)
if m is not None:
fl.append(m.group(1))
if m is not None:
fl.append(m.group(1))