q2rad 0.1.130__tar.gz → 0.1.131__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of q2rad might be problematic. Click here for more details.
- {q2rad-0.1.130 → q2rad-0.1.131}/PKG-INFO +1 -1
- {q2rad-0.1.130 → q2rad-0.1.131}/pyproject.toml +1 -1
- {q2rad-0.1.130 → q2rad-0.1.131}/q2rad/q2rad.py +1 -1
- q2rad-0.1.131/q2rad/version.py +1 -0
- q2rad-0.1.130/q2rad/version.py +0 -1
- {q2rad-0.1.130 → q2rad-0.1.131}/README.md +0 -0
- {q2rad-0.1.130 → q2rad-0.1.131}/q2rad/__init__.py +0 -0
- {q2rad-0.1.130 → q2rad-0.1.131}/q2rad/__main__.py +0 -0
- {q2rad-0.1.130 → q2rad-0.1.131}/q2rad/q2actions.py +0 -0
- {q2rad-0.1.130 → q2rad-0.1.131}/q2rad/q2appmanager.py +0 -0
- {q2rad-0.1.130 → q2rad-0.1.131}/q2rad/q2appselector.py +0 -0
- {q2rad-0.1.130 → q2rad-0.1.131}/q2rad/q2constants.py +0 -0
- {q2rad-0.1.130 → q2rad-0.1.131}/q2rad/q2forms.py +0 -0
- {q2rad-0.1.130 → q2rad-0.1.131}/q2rad/q2lines.py +0 -0
- {q2rad-0.1.130 → q2rad-0.1.131}/q2rad/q2market.py +0 -0
- {q2rad-0.1.130 → q2rad-0.1.131}/q2rad/q2modules.py +0 -0
- {q2rad-0.1.130 → q2rad-0.1.131}/q2rad/q2packages.py +0 -0
- {q2rad-0.1.130 → q2rad-0.1.131}/q2rad/q2queries.py +0 -0
- {q2rad-0.1.130 → q2rad-0.1.131}/q2rad/q2raddb.py +0 -0
- {q2rad-0.1.130 → q2rad-0.1.131}/q2rad/q2reports.py +0 -0
- {q2rad-0.1.130 → q2rad-0.1.131}/q2rad/q2stylesettings.py +0 -0
- {q2rad-0.1.130 → q2rad-0.1.131}/q2rad/q2utils.py +0 -0
|
@@ -551,7 +551,7 @@ class Q2RadApp(Q2App):
|
|
|
551
551
|
q2Mess(mess)
|
|
552
552
|
if upgraded:
|
|
553
553
|
if "win32" in sys.platform:
|
|
554
|
-
subprocess.Popen([
|
|
554
|
+
subprocess.Popen([sys.executable, "-m", "q2rad"], start_new_session=True)
|
|
555
555
|
else:
|
|
556
556
|
os.execv(sys.executable, [sys.executable, "-m", "q2rad"])
|
|
557
557
|
self.close()
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "0.1.131"
|
q2rad-0.1.130/q2rad/version.py
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "0.1.130"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|