Starring entries and looking at the stars

This commit is contained in:
Manuel Ebert 2013-11-03 15:39:26 -10:00
parent 33e14d806d
commit 588229581b

View file

@ -28,7 +28,6 @@ except ImportError:
import plistlib
import pytz
import uuid
from functools import partial
class Journal(object):
def __init__(self, name='default', **kwargs):
@ -99,7 +98,6 @@ class Journal(object):
Entries have the form (date, title, body)."""
filename = filename or self.config['journal']
if self.config['encrypt']:
with open(filename, "rb") as f:
journal_encrypted = f.read()