parent
619f2eea86
commit
74bfd6ba1c
2 changed files with 9 additions and 7 deletions
|
@ -3,9 +3,9 @@ import os
|
|||
from cd.project import Project
|
||||
from cd.projects import Projects
|
||||
import env
|
||||
print(CD_OS_ID)
|
||||
print(CD_SPLIT)
|
||||
print(CD_OS_VERSION)
|
||||
print(env.CD_OS_ID)
|
||||
print(env.CD_SPLIT)
|
||||
print(env.CD_OS_VERSION)
|
||||
from rwx import fs
|
||||
from rwx import ps
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue