Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
A
astor
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
astor
Commits
33e005b8
Kaydet (Commit)
33e005b8
authored
Mar 26, 2019
tarafından
Evan Klitzke
Kaydeden (comit)
Berker Peksag
Mar 26, 2019
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fix various packaging issues
üst
64139033
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
3 deletions
+6
-3
.gitignore
.gitignore
+2
-0
setup.cfg
setup.cfg
+1
-0
check_astunparse.py
tests/check_astunparse.py
+1
-1
check_expressions.py
tests/check_expressions.py
+2
-2
No files found.
.gitignore
Dosyayı görüntüle @
33e005b8
...
...
@@ -43,3 +43,5 @@ coverage.xml
# Sphinx documentation
docs/_build/
all_expr_*.py
setup.cfg
Dosyayı görüntüle @
33e005b8
...
...
@@ -35,6 +35,7 @@ zip_safe = True
include_package_data = True
packages = find:
python_requires = >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
tests_require = astunparse
[options.packages.find]
exclude = tests
...
...
tests/check_astunparse.py
Dosyayı görüntüle @
33e005b8
...
...
@@ -5,7 +5,7 @@ try:
except
ImportError
:
import
unittest
import
test_code_gen
from
.
import
test_code_gen
import
astunparse
...
...
tests/check_expressions.py
Dosyayı görüntüle @
33e005b8
...
...
@@ -33,7 +33,7 @@ except ImportError:
import
all_expr_2_6
as
mymod
except
ImportError
:
print
(
"Expression list does not exist -- building"
)
import
build_expressions
from
.
import
build_expressions
build_expressions
.
makelib
()
print
(
"Expression list built"
)
import
all_expr_2_6
as
mymod
...
...
@@ -44,7 +44,7 @@ else:
mymod
=
importlib
.
import_module
(
mymodname
)
except
ImportError
:
print
(
"Expression list does not exist -- building"
)
import
build_expressions
from
.
import
build_expressions
build_expressions
.
makelib
()
print
(
"Expression list built"
)
mymod
=
importlib
.
import_module
(
mymodname
)
...
...
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