Skip to content

Commit b7d5c16

Browse files
committed
python 3 release
1 parent 647a679 commit b7d5c16

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pattern/web/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ def asynchronous(function, *args, **kwargs):
246246

247247
# User agent and referrer.
248248
# Used to identify the application accessing the web.
249-
USER_AGENT = "Pattern/3.6 +http://www.clips.ua.ac.be/pattern"
249+
USER_AGENT = "Pattern/2.6 +http://www.clips.ua.ac.be/pattern"
250250
REFERRER = "http://www.clips.ua.ac.be/pattern"
251251

252252
# Mozilla user agent.

0 commit comments

Comments
 (0)