summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xcontrib/importers/keepassx2pass.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/importers/keepassx2pass.py b/contrib/importers/keepassx2pass.py
index 1505edc..532b8d0 100755
--- a/contrib/importers/keepassx2pass.py
+++ b/contrib/importers/keepassx2pass.py
@@ -26,7 +26,7 @@ def space_to_camelcase(value):
def cleanTitle(title):
# make the title more command line friendly
- title = re.sub("(\\|\||\(|\))", "-", title)
+ title = re.sub("(\\|\||\(|\)|/)", "-", title)
title = re.sub("-$", "", title)
title = re.sub("\@", "At", title)
title = re.sub("'", "", title)
é 'Necoro' Neumann1-1/+1 2013-09-10Node/NPM preparationRené 'Necoro' Neumann3-1/+13 hers/feed2imap.git/commit/lib/feed2imap/feed2imap.rb?h=necoro&id=b55bf0a982752bf594dd25fb88b07222e45899a5&follow=1'>Force encoding of data to UTF-8Antonio Terceiro1-1/+1 2013-08-13Keep the maildir path instactAntonio Terceiro1-1/+0