File tree Expand file tree Collapse file tree 13 files changed +52
-52
lines changed
ch10_using_sqlachemy/final/pypi_org/bin Expand file tree Collapse file tree 13 files changed +52
-52
lines changed Original file line number Diff line number Diff line change 1
1
import os
2
2
import sys
3
3
4
- import pypi_org .data .db_session as db_session
5
- from pypi_org .data .package import Package
6
- from pypi_org .data .releases import Release
7
-
8
4
# Make it run more easily outside of PyCharm
9
5
sys .path .insert (0 , os .path .abspath (os .path .join (
10
6
os .path .dirname (__file__ ), ".." , ".." )))
11
7
8
+ import pypi_org .data .db_session as db_session
9
+ from pypi_org .data .package import Package
10
+ from pypi_org .data .releases import Release
11
+
12
12
13
13
def main ():
14
14
init_db ()
Original file line number Diff line number Diff line change 1
1
import os
2
2
import sys
3
3
4
- import pypi_org .data .db_session as db_session
5
- from pypi_org .data .package import Package
6
- from pypi_org .data .releases import Release
7
-
8
4
# Make it run more easily outside of PyCharm
9
5
sys .path .insert (0 , os .path .abspath (os .path .join (
10
6
os .path .dirname (__file__ ), ".." , ".." )))
11
7
8
+ import pypi_org .data .db_session as db_session
9
+ from pypi_org .data .package import Package
10
+ from pypi_org .data .releases import Release
11
+
12
12
13
13
def main ():
14
14
init_db ()
Original file line number Diff line number Diff line change 1
1
import os
2
2
import sys
3
3
4
- import pypi_org .data .db_session as db_session
5
- from pypi_org .data .package import Package
6
- from pypi_org .data .releases import Release
7
-
8
4
# Make it run more easily outside of PyCharm
9
5
sys .path .insert (0 , os .path .abspath (os .path .join (
10
6
os .path .dirname (__file__ ), ".." , ".." )))
11
7
8
+ import pypi_org .data .db_session as db_session
9
+ from pypi_org .data .package import Package
10
+ from pypi_org .data .releases import Release
11
+
12
12
13
13
def main ():
14
14
init_db ()
Original file line number Diff line number Diff line change 1
1
import os
2
2
import sys
3
3
4
- import pypi_org .data .db_session as db_session
5
- from pypi_org .data .package import Package
6
- from pypi_org .data .releases import Release
7
-
8
4
# Make it run more easily outside of PyCharm
9
5
sys .path .insert (0 , os .path .abspath (os .path .join (
10
6
os .path .dirname (__file__ ), ".." , ".." )))
11
7
8
+ import pypi_org .data .db_session as db_session
9
+ from pypi_org .data .package import Package
10
+ from pypi_org .data .releases import Release
11
+
12
12
13
13
def main ():
14
14
init_db ()
Original file line number Diff line number Diff line change 1
1
import os
2
2
import sys
3
3
4
- import pypi_org .data .db_session as db_session
5
- from pypi_org .data .package import Package
6
- from pypi_org .data .releases import Release
7
-
8
4
# Make it run more easily outside of PyCharm
9
5
sys .path .insert (0 , os .path .abspath (os .path .join (
10
6
os .path .dirname (__file__ ), ".." , ".." )))
11
7
8
+ import pypi_org .data .db_session as db_session
9
+ from pypi_org .data .package import Package
10
+ from pypi_org .data .releases import Release
11
+
12
12
13
13
def main ():
14
14
init_db ()
Original file line number Diff line number Diff line change 1
1
import os
2
2
import sys
3
3
4
- import pypi_org .data .db_session as db_session
5
- from pypi_org .data .package import Package
6
- from pypi_org .data .releases import Release
7
-
8
4
# Make it run more easily outside of PyCharm
9
5
sys .path .insert (0 , os .path .abspath (os .path .join (
10
6
os .path .dirname (__file__ ), ".." , ".." )))
11
7
8
+ import pypi_org .data .db_session as db_session
9
+ from pypi_org .data .package import Package
10
+ from pypi_org .data .releases import Release
11
+
12
12
13
13
def main ():
14
14
init_db ()
Original file line number Diff line number Diff line change 1
1
import os
2
2
import sys
3
3
4
- import pypi_org .data .db_session as db_session
5
- from pypi_org .data .package import Package
6
- from pypi_org .data .releases import Release
7
-
8
4
# Make it run more easily outside of PyCharm
9
5
sys .path .insert (0 , os .path .abspath (os .path .join (
10
6
os .path .dirname (__file__ ), ".." , ".." )))
11
7
8
+ import pypi_org .data .db_session as db_session
9
+ from pypi_org .data .package import Package
10
+ from pypi_org .data .releases import Release
11
+
12
12
13
13
def main ():
14
14
init_db ()
Original file line number Diff line number Diff line change 1
1
import os
2
2
import sys
3
3
4
- import pypi_org .data .db_session as db_session
5
- from pypi_org .data .package import Package
6
- from pypi_org .data .releases import Release
7
-
8
4
# Make it run more easily outside of PyCharm
9
5
sys .path .insert (0 , os .path .abspath (os .path .join (
10
6
os .path .dirname (__file__ ), ".." , ".." )))
11
7
8
+ import pypi_org .data .db_session as db_session
9
+ from pypi_org .data .package import Package
10
+ from pypi_org .data .releases import Release
11
+
12
12
13
13
def main ():
14
14
init_db ()
Original file line number Diff line number Diff line change 1
1
import os
2
2
import sys
3
3
4
- import pypi_org .data .db_session as db_session
5
- from pypi_org .data .package import Package
6
- from pypi_org .data .releases import Release
7
-
8
4
# Make it run more easily outside of PyCharm
9
5
sys .path .insert (0 , os .path .abspath (os .path .join (
10
6
os .path .dirname (__file__ ), ".." , ".." )))
11
7
8
+ import pypi_org .data .db_session as db_session
9
+ from pypi_org .data .package import Package
10
+ from pypi_org .data .releases import Release
11
+
12
12
13
13
def main ():
14
14
init_db ()
Original file line number Diff line number Diff line change 1
1
import os
2
2
import sys
3
3
4
- import pypi_org .data .db_session as db_session
5
- from pypi_org .data .package import Package
6
- from pypi_org .data .releases import Release
7
-
8
4
# Make it run more easily outside of PyCharm
9
5
sys .path .insert (0 , os .path .abspath (os .path .join (
10
6
os .path .dirname (__file__ ), ".." , ".." )))
11
7
8
+ import pypi_org .data .db_session as db_session
9
+ from pypi_org .data .package import Package
10
+ from pypi_org .data .releases import Release
11
+
12
12
13
13
def main ():
14
14
init_db ()
Original file line number Diff line number Diff line change 1
1
import os
2
2
import sys
3
3
4
- import pypi_org .data .db_session as db_session
5
- from pypi_org .data .package import Package
6
- from pypi_org .data .releases import Release
7
-
8
4
# Make it run more easily outside of PyCharm
9
5
sys .path .insert (0 , os .path .abspath (os .path .join (
10
6
os .path .dirname (__file__ ), ".." , ".." )))
11
7
8
+ import pypi_org .data .db_session as db_session
9
+ from pypi_org .data .package import Package
10
+ from pypi_org .data .releases import Release
11
+
12
12
13
13
def main ():
14
14
init_db ()
Original file line number Diff line number Diff line change 1
1
import os
2
2
import sys
3
3
4
- import pypi_org .data .db_session as db_session
5
- from pypi_org .data .package import Package
6
- from pypi_org .data .releases import Release
7
-
8
4
# Make it run more easily outside of PyCharm
9
5
sys .path .insert (0 , os .path .abspath (os .path .join (
10
6
os .path .dirname (__file__ ), ".." , ".." )))
11
7
8
+ import pypi_org .data .db_session as db_session
9
+ from pypi_org .data .package import Package
10
+ from pypi_org .data .releases import Release
11
+
12
12
13
13
def main ():
14
14
init_db ()
Original file line number Diff line number Diff line change 1
1
import os
2
2
import sys
3
3
4
- import pypi_org .data .db_session as db_session
5
- from pypi_org .data .package import Package
6
- from pypi_org .data .releases import Release
7
-
8
4
# Make it run more easily outside of PyCharm
9
5
sys .path .insert (0 , os .path .abspath (os .path .join (
10
6
os .path .dirname (__file__ ), ".." , ".." )))
11
7
8
+ import pypi_org .data .db_session as db_session
9
+ from pypi_org .data .package import Package
10
+ from pypi_org .data .releases import Release
11
+
12
12
13
13
def main ():
14
14
init_db ()
You can’t perform that action at this time.
0 commit comments