Browse Source

Appendix

pull/83/head
Jure Šorn 4 years ago
parent
commit
1809c3e656
2 changed files with 2 additions and 2 deletions
  1. 2
      README.md
  2. 2
      index.html

2
README.md

@ -3486,10 +3486,10 @@ $ pyinstaller script.py --add-data '<path>:.' # Adds file to the root of the ex
# Usage: .py
#
from sys import argv, exit
from collections import namedtuple
from dataclasses import make_dataclass
from enum import Enum
from sys import argv, exit
import re

2
index.html

@ -2959,10 +2959,10 @@ $ pyinstaller script.py --add-data '&lt;path&gt;:.' <span class="hljs-comment">
<span class="hljs-comment"># Usage: .py</span>
<span class="hljs-comment">#</span>
<span class="hljs-keyword">from</span> sys <span class="hljs-keyword">import</span> argv, exit
<span class="hljs-keyword">from</span> collections <span class="hljs-keyword">import</span> namedtuple
<span class="hljs-keyword">from</span> dataclasses <span class="hljs-keyword">import</span> make_dataclass
<span class="hljs-keyword">from</span> enum <span class="hljs-keyword">import</span> Enum
<span class="hljs-keyword">from</span> sys <span class="hljs-keyword">import</span> argv, exit
<span class="hljs-keyword">import</span> re

Loading…
Cancel
Save