Switched unicode to be the default mode.

This commit is contained in:
Michael Lazar
2015-05-12 23:42:31 -07:00
parent a23561e8f5
commit bf2d464081
5 changed files with 15 additions and 15 deletions

View File

@@ -12,6 +12,7 @@ from .submission import SubmissionPage
from .content import SubredditContent
from .helpers import open_browser, open_editor
from .docs import SUBMISSION_FILE
from .history import load_history, save_history
from .curses_helpers import (GOLD, Color, LoadScreen, add_line, get_arrow,
show_notification, prompt_input)
@@ -21,7 +22,6 @@ _logger = logging.getLogger(__name__)
history = load_history()
@atexit.register
def save_links():
global history