commit:     4186b2408fd0537510047b17917b174acfef4ff2
Author:     André Erdmann <dywi <AT> mailerd <DOT> de>
AuthorDate: Mon Dec 15 23:00:46 2014 +0000
Commit:     André Erdmann <dywi <AT> mailerd <DOT> de>
CommitDate: Mon Dec 15 23:00:48 2014 +0000
URL:        
http://sources.gentoo.org/gitweb/?p=proj/R_overlay.git;a=commit;h=4186b240

roverlay/strutil: add unquote_all to __all__

---
 roverlay/strutil.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/roverlay/strutil.py b/roverlay/strutil.py
index 76949fc..b4bf347 100644
--- a/roverlay/strutil.py
+++ b/roverlay/strutil.py
@@ -7,7 +7,7 @@
 """provides utility functions for string manipulation"""
 
 __all__ = [ 'ascii_filter', 'bytes_try_decode', 'fix_ebuild_name',
-   'pipe_lines', 'shorten_str', 'unquote', 'foreach_str',
+   'pipe_lines', 'shorten_str', 'unquote', 'unquote_all', 'foreach_str',
    'str_to_bool',
 ]
 

Reply via email to