Skip to content

Commit babbccc

Browse files
committed
Update installation output
1 parent 6e60ca8 commit babbccc

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

server_setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
(Uses the older Selenium 2.53.6 for compatibility reasons)
44
"""
55

6-
import os
76
from setuptools import setup, find_packages # noqa
87

98
setup(
@@ -60,5 +59,5 @@
6059
}
6160
)
6261

63-
print(os.system("cat seleniumbase.egg-info/PKG-INFO"))
62+
# print(os.system("cat seleniumbase.egg-info/PKG-INFO"))
6463
print("\n*** SeleniumBase Installation Complete! ***\n")

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
(Uses the newer Selenium 3.8.1)
44
"""
55

6-
import os
76
from setuptools import setup, find_packages # noqa
87

98
setup(
@@ -60,5 +59,5 @@
6059
}
6160
)
6261

63-
print(os.system("cat seleniumbase.egg-info/PKG-INFO"))
62+
# print(os.system("cat seleniumbase.egg-info/PKG-INFO"))
6463
print("\n*** SeleniumBase Installation Complete! ***\n")

0 commit comments

Comments
 (0)