Skip to content
This repository has been archived by the owner on May 17, 2018. It is now read-only.

Commit

Permalink
rename settings.py to markdown_settings.py
Browse files Browse the repository at this point in the history
  • Loading branch information
facelessuser committed Aug 13, 2014
1 parent 931b4b3 commit e6151f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MarkdownPreview.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def is_ST3():
if is_ST3():
from . import desktop
from . import yaml
from .settings import Settings
from .markdown_settings import Settings
from .markdown_wrapper import StMarkdown as Markdown
from .lib.markdown_preview_lib.pygments.formatters import HtmlFormatter
from .helper import INSTALLED_DIRECTORY
Expand All @@ -38,7 +38,7 @@ def Request(url, data, headers):
else:
import desktop
import yaml
from settings import Settings
from markdown_settings import Settings
from markdown_wrapper import StMarkdown as Markdown
from lib.markdown_preview_lib.pygments.formatters import HtmlFormatter
from helper import INSTALLED_DIRECTORY
Expand Down
File renamed without changes.

0 comments on commit e6151f0

Please sign in to comment.