Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1809c3e

Browse files
committed
Appendix
1 parent 97c94e0 commit 1809c3e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3486,10 +3486,10 @@ $ pyinstaller script.py --add-data '<path>:.' # Adds file to the root of the ex
34863486
# Usage: .py
34873487
#
34883488

3489+
from sys import argv, exit
34893490
from collections import namedtuple
34903491
from dataclasses import make_dataclass
34913492
from enum import Enum
3492-
from sys import argv, exit
34933493
import re
34943494

34953495

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2959,10 +2959,10 @@
29592959
<span class="hljs-comment"># Usage: .py</span>
29602960
<span class="hljs-comment">#</span>
29612961

2962+
<span class="hljs-keyword">from</span> sys <span class="hljs-keyword">import</span> argv, exit
29622963
<span class="hljs-keyword">from</span> collections <span class="hljs-keyword">import</span> namedtuple
29632964
<span class="hljs-keyword">from</span> dataclasses <span class="hljs-keyword">import</span> make_dataclass
29642965
<span class="hljs-keyword">from</span> enum <span class="hljs-keyword">import</span> Enum
2965-
<span class="hljs-keyword">from</span> sys <span class="hljs-keyword">import</span> argv, exit
29662966
<span class="hljs-keyword">import</span> re
29672967

29682968

0 commit comments

Comments
 (0)