Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ai
configdb
Commits
4f5aded2
Commit
4f5aded2
authored
Sep 30, 2012
by
ale
Browse files
Merge branch 'search' of git.autistici.org:configdb into search
parents
36d3deb2
46726787
Changes
2
Hide whitespace changes
Inline
Side-by-side
configdb/client/cli.py
View file @
4f5aded2
...
...
@@ -169,7 +169,7 @@ class FindAction(Action):
if
value
is
None
:
continue
if
value
.
startswith
(
'
\\
~'
)
or
value
.
startswith
(
'
\\
%'
):
value
=
value
[
1
:]
value
=
query
.
Equals
(
value
[
1
:]
)
elif
value
.
startswith
(
'~'
):
value
=
query
.
RegexpMatch
(
value
[
1
:])
elif
value
.
startswith
(
'%'
):
...
...
setup.py
View file @
4f5aded2
...
...
@@ -4,7 +4,7 @@ from setuptools import setup, find_packages
setup
(
name
=
'configdb'
,
version
=
'0.
1
'
,
version
=
'0.
2
'
,
description
=
'database framework for configuration info'
,
author
=
'ale'
,
author_email
=
'ale@incal.net'
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment