summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2014-11-22 18:45:59 +0200
committerLars Wirzenius <liw@liw.fi>2014-11-22 18:45:59 +0200
commit2323256789d0868f2d62e89b03b4373ddb5856fd (patch)
tree820272edffb12c0e9349369d26748777830d0a58
parent36c587f30064c30ded69085cd1c00e4c183978e6 (diff)
downloadjt-2323256789d0868f2d62e89b03b4373ddb5856fd.tar.gz
Remove empty line
-rwxr-xr-xjt1
1 files changed, 0 insertions, 1 deletions
diff --git a/jt b/jt
index 29932a6..5951973 100755
--- a/jt
+++ b/jt
@@ -58,7 +58,6 @@ class DraftsDirectory(object):
yield basename[:-len('.mdwn')], os.path.join(self.dirname, basename)
-
class Command(object):
def __init__(self, app):