diff --git a/bin/frappy-play b/bin/frappy-play index da42dd4..d05e147 100755 --- a/bin/frappy-play +++ b/bin/frappy-play @@ -23,12 +23,12 @@ import sys from pathlib import Path -from frappy.lib import generalConfig -from frappy.logging import logger # Add import path for inplace usage sys.path.insert(0, str(Path(__file__).absolute().parents[1])) +from frappy.lib import generalConfig +from frappy.logging import logger from frappy.client.interactive import Console from frappy.playground import play, USAGE