mirror of
https://github.com/joshuadavidthomas/django-language-server.git
synced 2025-07-22 20:05:02 +00:00
move scripts to dedicated module (#13)
This commit is contained in:
parent
5c8157057a
commit
cb10d0ca1e
6 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ macro_rules! include_script {
|
||||||
($name:expr) => {
|
($name:expr) => {
|
||||||
include_str!(concat!(
|
include_str!(concat!(
|
||||||
env!("CARGO_WORKSPACE_DIR"),
|
env!("CARGO_WORKSPACE_DIR"),
|
||||||
"/python/djls/",
|
"python/djls/scripts/",
|
||||||
$name,
|
$name,
|
||||||
".py"
|
".py"
|
||||||
))
|
))
|
||||||
|
|
0
python/djls/scripts/__init__.py
Normal file
0
python/djls/scripts/__init__.py
Normal file
Loading…
Add table
Add a link
Reference in a new issue