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
c027d0fc
Kaydet (Commit)
c027d0fc
authored
10 years ago
tarafından
Berker Peksag
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Switch to relative imports.
üst
eddc69e8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
__init__.py
astor/__init__.py
+6
-6
No files found.
astor/__init__.py
Dosyayı görüntüle @
c027d0fc
...
...
@@ -11,9 +11,9 @@ Copyright 2013 (c) Berker Peksag
__version__
=
'0.4-dev'
from
astor.misc
import
iter_node
,
dump
,
all_symbols
,
get_anyop
from
astor.misc
import
get_boolop
,
get_binop
,
get_cmpop
,
get_unar
yop
from
astor.misc
import
ExplicitNodeVisitor
from
astor.misc
import
parsefile
,
CodeToAst
,
codetoast
from
astor.codegen
import
to_source
from
astor
.treewalk
import
TreeWalk
from
.codegen
import
to_source
from
.misc
import
iter_node
,
dump
,
all_symbols
,
get_an
yop
from
.misc
import
get_boolop
,
get_binop
,
get_cmpop
,
get_unaryop
from
.misc
import
ExplicitNodeVisitor
from
.misc
import
parsefile
,
CodeToAst
,
codetoast
from
.treewalk
import
TreeWalk
This diff is collapsed.
Click to expand it.
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