q2rad 0.1.159__tar.gz → 0.1.160__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.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: q2rad
3
- Version: 0.1.159
3
+ Version: 0.1.160
4
4
  Summary: RAD - database, GUI, reports
5
5
  Author: Andrei Puchko
6
6
  Author-email: andrei.puchko@gmx.de
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "q2rad"
3
- version = "0.1.159"
3
+ version = "0.1.160"
4
4
  description = "RAD - database, GUI, reports"
5
5
  authors = ["Andrei Puchko <andrei.puchko@gmx.de>"]
6
6
  readme = "README.md"
@@ -45,7 +45,7 @@ import datetime
45
45
 
46
46
  def open_url(url):
47
47
  try:
48
- response = urllib.request.urlopen(url)
48
+ response = urllib.request.urlopen(url, timeout=5)
49
49
  except SocketError:
50
50
  response = None
51
51
  return response
@@ -26,7 +26,7 @@ from q2rad.q2queries import Q2QueryEdit
26
26
  from q2rad.q2raddb import q2cursor
27
27
  from q2rad.q2utils import Q2_save_and_run
28
28
  from q2gui import q2app
29
- from q2gui.q2dialogs import Q2WaitShow, q2Wait, q2WaitMax, q2WaitStep, q2working
29
+ from q2gui.q2dialogs import Q2WaitShow, q2WaitMax, q2WaitStep, q2working
30
30
  import json
31
31
  import os
32
32
  import gettext
@@ -0,0 +1 @@
1
+ __version__ = "0.1.160"
@@ -1 +0,0 @@
1
- __version__ = "0.1.159"
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