mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-27 17:45:40 -05: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 subprocess
|
||||
import os
|
||||
import sys
|
||||
from which import which
|
||||
#git clone https://github.com/nwinter/codecombat.git coco
|
||||
class RepositoryInstaller():
|
||||
|
|
Loading…
Reference in a new issue