Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
41323e74
Kaydet (Commit)
41323e74
authored
Tem 21, 2014
tarafından
Victor Stinner
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
(Merge 3.4) Issue #19629: Add missing "import stat"
Sort also imports in support/__init__.py
üst
963b4bab
47ae763d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
12 deletions
+13
-12
__init__.py
Lib/test/support/__init__.py
+13
-12
No files found.
Lib/test/support/__init__.py
Dosyayı görüntüle @
41323e74
...
@@ -3,28 +3,29 @@
...
@@ -3,28 +3,29 @@
if
__name__
!=
'test.support'
:
if
__name__
!=
'test.support'
:
raise
ImportError
(
'support must be imported from the test package'
)
raise
ImportError
(
'support must be imported from the test package'
)
import
collections.abc
import
contextlib
import
contextlib
import
errno
import
errno
import
fnmatch
import
functools
import
functools
import
gc
import
gc
import
socket
import
sys
import
os
import
platform
import
shutil
import
warnings
import
unittest
import
importlib
import
importlib
import
importlib.util
import
importlib.util
import
collections.abc
import
logging.handlers
import
os
import
platform
import
re
import
re
import
shutil
import
socket
import
stat
import
struct
import
subprocess
import
subprocess
import
time
import
sys
import
sysconfig
import
sysconfig
import
fnmatch
import
logging.handlers
import
struct
import
tempfile
import
tempfile
import
time
import
unittest
import
warnings
try
:
try
:
import
_thread
,
threading
import
_thread
,
threading
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment