Skip to content

Commit

Permalink
Try fix python import
Browse files Browse the repository at this point in the history
  • Loading branch information
bitwiseman committed Mar 20, 2017
1 parent 794ffa0 commit 4ccb871
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion js/lib/beautify-css.js
Original file line number Diff line number Diff line change
Expand Up @@ -1002,7 +1002,6 @@ css_beautify.CONDITIONAL_GROUP_RULE = {

module.exports = css_beautify;


/***/ })
/******/ ]);
var css_beautify = legacy_beautify_css;
Expand Down
2 changes: 1 addition & 1 deletion python/jsbeautifier/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import errno
import copy
from jsbeautifier.__version__ import __version__
from javascript.acorn import Acorn
from jsbeautifier.javascript.acorn import Acorn

#
# The MIT License (MIT)
Expand Down

0 comments on commit 4ccb871

Please sign in to comment.