mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-23 19:32:03 -04:00
Missing import
This commit is contained in:
parent
84c2d3b9a7
commit
c638090cc9
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ import configuration
|
||||||
import errors
|
import errors
|
||||||
import subprocess
|
import subprocess
|
||||||
import os
|
import os
|
||||||
|
import sys
|
||||||
from which import which
|
from which import which
|
||||||
#git clone https://github.com/nwinter/codecombat.git coco
|
#git clone https://github.com/nwinter/codecombat.git coco
|
||||||
class RepositoryInstaller():
|
class RepositoryInstaller():
|
||||||
|
|
Loading…
Add table
Reference in a new issue