talimat.py
This commit is contained in:
parent
695ad0b9ab
commit
77e5e4d429
1 changed files with 2 additions and 0 deletions
|
@ -77,6 +77,8 @@ class Talimat():
|
||||||
|
|
||||||
def _ice_aktar_bloklar(self,dosya,tip):
|
def _ice_aktar_bloklar(self,dosya,tip):
|
||||||
if tip=="arch":
|
if tip=="arch":
|
||||||
|
#bu sekilde de satirlar cekilebilir.
|
||||||
|
#lines = [line.rstrip('\n') for line in open(dosya)]
|
||||||
with open(dosya) as f:
|
with open(dosya) as f:
|
||||||
satirlar = f.readlines()
|
satirlar = f.readlines()
|
||||||
blok=False
|
blok=False
|
||||||
|
|
Loading…
Add table
Reference in a new issue