1
0
mirror of https://github.com/httpie/cli.git synced 2025-08-10 22:42:05 +02:00

Modularized output, refactoring

Making it ready for output formatting plugin API.
This commit is contained in:
Jakub Roztocil
2014-04-27 00:07:13 +02:00
parent c06598a0c4
commit 05db75bdb1
24 changed files with 747 additions and 765 deletions

View File

@@ -43,7 +43,6 @@ class BaseConfigDict(dict):
raise
return path
@property
def is_new(self):
return not os.path.exists(self._get_path())