Compare commits
No commits in common. "f659487b86996c931d864e4b64891d99eb93235f" and "cbb5a9a37084cc01e4fcd86fbb5de69425fdca97" have entirely different histories.
f659487b86
...
cbb5a9a370
2 changed files with 0 additions and 6 deletions
1
spcd.sh
1
spcd.sh
|
@ -772,7 +772,6 @@ spcd_write_python_module() {
|
|||
for spcd_wpm__variable in \
|
||||
OS_ID OS_VERSION \
|
||||
PROJECT_ROOT PROJECT_PATH PROJECT_NAME \
|
||||
PYTHON_VENV_PACKAGES \
|
||||
OPEN DOWN VERT SPLT __UP SHUT; do
|
||||
spcd_wpm__value="$(spcd_echo "SPCD_${spcd_wpm__variable}")"
|
||||
spcd_wpm__text="${spcd_wpm__text}${spcd_wpm__value}
|
||||
|
|
|
@ -3,11 +3,6 @@
|
|||
__version__ = "0.0.1"
|
||||
|
||||
import sys
|
||||
|
||||
import env
|
||||
|
||||
sys.path.insert(0, env.SPCD_PYTHON_VENV_PACKAGES)
|
||||
|
||||
from pathlib import Path
|
||||
|
||||
from rwx import fs
|
||||
|
|
Loading…
Add table
Reference in a new issue