Skip to content

Commit

Permalink
Remove as_string as per request.
Browse files Browse the repository at this point in the history
  • Loading branch information
lf- committed Oct 17, 2015
1 parent 2956d5d commit 670bc1e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions letsencrypt-nginx/letsencrypt_nginx/nginxparser.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,6 @@ def __str__(self):
"""Return the parsed block as a string."""
return '\n'.join(self) + '\n'

def as_string(self):
"""Return the parsed block as a string."""
return str(self)


# Shortcut functions to respect Python's serialization interface
# (like pyyaml, picker or json)
Expand Down

0 comments on commit 670bc1e

Please sign in to comment.