Skip to content

Commit a04f984

Browse files
committed
Add missing 'import sys'
1 parent b69cc37 commit a04f984

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

it/deploy/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,7 @@ Elimina tutti i contenuti e sostituiscili con qualcosa di simile:
264264

265265
```python
266266
import os
267+
import sys
267268

268269
path = '/home/<il-tuo-username>/my-first-blog' # usa il tuo username qui
269270
if path not in sys.path:

0 commit comments

Comments
 (0)