Skip to content

Commit f349738

Browse files
committed
fix missing import.
It got copied incorrectly from instaltion.txt.
1 parent 4a5fa6b commit f349738

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/www/index.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ Follow the source gratification mode with these steps (change the
184184
2. ``tar -xzvf roundup-2.3.0.tar.gz``
185185

186186
* if you don't have a tar command (e.g windows), use:
187-
``python -c 'import tarfile; tarfile.open(sys.argv[1]).extractall();' roundup-2.3.0.tar.gz``
187+
``python -c 'import tarfile, sys; tarfile.open(sys.argv[1]).extractall();' roundup-2.3.0.tar.gz``
188188

189189

190190
3. ``cd roundup-2.3.0``

0 commit comments

Comments
 (0)