Skip to content

Commit dcaa887

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 4ec0cbd + d6ad1f3 commit dcaa887

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
try:
22
import time
3+
import uuid
34
import random
45
import shutil
56
import os.path

src/build/user.nuitka-package.config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
- module: "av.stream" # generic stream base
99
- module: "av.audio.stream" # audio-specific streams
1010
- module: "av.audio.resampler" # the AudioResampler class
11+
- module: "uuid"
1112
data-files:
1213
# pull in just the shared-objects for those modules
1314
patterns:

0 commit comments

Comments
 (0)