Changeset - 395f21a36a6b
[Not reviewed]
default
0 2 0
Mads Kiilerich - 6 years ago 2019-08-04 01:49:22
mads@kiilerich.com
Grafted from: d8fba34459da
flake8: fix E303 too many blank lines
2 files changed with 0 insertions and 4 deletions:
0 comments (0 inline, 0 general)
kallithea/lib/helpers.py
Show inline comments
 
@@ -844,15 +844,12 @@ def action_parser(user_log, feed=False, 
 
        return literal(html)
 

	
 
    # returned callbacks we need to call to get
 
    return [lambda: literal(action), action_params_func, action_parser_icon]
 

	
 

	
 

	
 

	
 

	
 
#==============================================================================
 
# GRAVATAR URL
 
#==============================================================================
 
def gravatar_div(email_address, cls='', size=30, **div_attributes):
 
    """Return an html literal with a span around a gravatar if they are enabled.
 
    Extra keyword parameters starting with 'div_' will get the prefix removed
kallithea/lib/vcs/utils/progressbar.py
Show inline comments
 
@@ -414,9 +414,8 @@ def main():
 
        if now - bar.started >= datetime.timedelta(seconds=2):
 
            break
 
    print
 
    print
 

	
 

	
 

	
 
if __name__ == '__main__':
 
    main()
0 comments (0 inline, 0 general)