use hy
This commit is contained in:
parent
1756e534ad
commit
403be35aa3
@ -11,7 +11,10 @@
|
|||||||
# All configuration values have a default; values that are commented out
|
# All configuration values have a default; values that are commented out
|
||||||
# serve to show the default.
|
# serve to show the default.
|
||||||
|
|
||||||
import sys, os, hy
|
import sys, os
|
||||||
|
sys.path.append(os.path.abspath(".."))
|
||||||
|
|
||||||
|
import hy
|
||||||
|
|
||||||
# If extensions (or modules to document with autodoc) are in another directory,
|
# If extensions (or modules to document with autodoc) are in another directory,
|
||||||
# add these directories to sys.path here. If the directory is relative to the
|
# add these directories to sys.path here. If the directory is relative to the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user