Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cYXIr-0005uw-Gj for pgadmin-hackers@arkaria.postgresql.org; Tue, 31 Jan 2017 12:12:53 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1cYXIr-0007gH-3v for pgadmin-hackers@arkaria.postgresql.org; Tue, 31 Jan 2017 12:12:53 +0000 Received: from makus.postgresql.org ([2001:4800:1501:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1cYXIq-0007g7-HK for pgadmin-hackers@postgresql.org; Tue, 31 Jan 2017 12:12:52 +0000 Received: from mail-io0-x234.google.com ([2607:f8b0:4001:c06::234]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1cYXIn-0000be-RU for pgadmin-hackers@postgresql.org; Tue, 31 Jan 2017 12:12:51 +0000 Received: by mail-io0-x234.google.com with SMTP id v96so33514945ioi.0 for ; Tue, 31 Jan 2017 04:12:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pgadmin-org.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=R8Prp8ELnXakhr5sDdTXCfuUeEHJ9y04oBqd4wx3q8o=; b=Q2dPk9mHIMmgZ1ZHRcfkcblzq1HZex+qiVHnPpK71GRU13uxmIgibFnwzBJ64qE1W9 h6D61Le9GW+VVkv7INeIdYHx0Codwf1l5It6EcjJ6iPVLdBq5pBdtKW+U9KhpHO1ftRI RMOYuHyN1QeBP8BbQnAH8WO1G6OG8Zg5ZQnyF0GcdItE1MkOnJIBjBwBPC0mVfo1D9ML O3CVtMhFH7IC1+i3A+uVRUbWiO4tFWUleovFHur8SO1fZWZVGfkgYv/pRGinGg69aRjF hV+7w486S7FS/ZG/N+k3wAqSytCW4y9/fJyxirUC7VRJviNKA6PN1weHxR4jyF+nWi5N D50A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=R8Prp8ELnXakhr5sDdTXCfuUeEHJ9y04oBqd4wx3q8o=; b=PBbrnXk5n4fJ2MZ5OELTA06dYmbRMADkx+DWNaHUsplBQrnxnM16jgQucFrmkI2afN 68k8F7moge8XQ1bGO9SLVnBIayjlGMO8nGc6HvMZn1TPl+I/SuO2HDtErITZCG+yIOEk b1XmOzX3AzTmQqX/o6lb1GhqzRPsQn81Q805c+XYlBDeh58E4h6Wq4uDBomm1Nhm9epI kxUvaAmefUpi+GlvzzxGSKDjLQ07pUvlyoyb1b3hQ7glq3p0u7AEC1Ix/Ld2ctcUJcZO 3xSdkr3iLR2sEaeHcqsC8Ry4A17TF2bJ8NKDJhfoyW+Gx3k4vTPVgRpmmyJKK42rPuLu Scbg== X-Gm-Message-State: AIkVDXIqMk+AJ1SCtOYWEyMaFcET0Gr7UzZFy6Gkue13F50yjRGGJCVA/BwUECD4n/SRlKYBQlVA8gUNh6bEYg== X-Received: by 10.107.18.230 with SMTP id 99mr21265179ios.45.1485864768819; Tue, 31 Jan 2017 04:12:48 -0800 (PST) MIME-Version: 1.0 Received: by 10.64.224.198 with HTTP; Tue, 31 Jan 2017 04:12:48 -0800 (PST) In-Reply-To: References: From: Dave Page Date: Tue, 31 Jan 2017 12:12:48 +0000 Message-ID: Subject: Re: [pgAdmin4][Patch] Minor fix in test file for the Template loader To: Murtuza Zabuawala Cc: pgadmin-hackers Content-Type: text/plain; charset=UTF-8 X-Pg-Spam-Score: -2.6 (--) List-Archive: List-Help: List-ID: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: X-Mailing-List: pgadmin-hackers Precedence: bulk Sender: pgadmin-hackers-owner@postgresql.org Works a treat - thanks, applied. On Tue, Jan 31, 2017 at 10:49 AM, Murtuza Zabuawala wrote: > Hi Dave, > > Please find minor patch for the same. > > -- > Regards, > Murtuza Zabuawala > EnterpriseDB: http://www.enterprisedb.com > The Enterprise PostgreSQL Company > > On Tue, Jan 31, 2017 at 4:10 PM, Dave Page wrote: >> >> On Tue, Jan 31, 2017 at 10:36 AM, Murtuza Zabuawala >> wrote: >> > Hi Dave, >> > >> > Even I tested against Python3.5 but did not receive any such error and I >> > tried again after your mail but still did not receive error. >> > >> > murtuza@vm:~/pgadmin4/web/regression$ python3 --version >> > >> > Python 3.5.0 >> >> Hmm, I have: >> >> (pgadmin4-py35) piranha:web dpage$ python --version >> Python 3.5.3 >> (pgadmin4-py35) piranha:web dpage$ pip freeze >> Babel==1.3 >> beautifulsoup4==4.4.1 >> blinker==1.3 >> click==6.6 >> extras==0.0.3 >> fixtures==2.0.0 >> Flask==0.11.1 >> Flask-Babel==0.11.1 >> Flask-Gravatar==0.4.2 >> Flask-HTMLmin==1.2 >> Flask-Login==0.3.2 >> Flask-Mail==0.9.1 >> Flask-Principal==0.4.0 >> Flask-Security==1.7.5 >> Flask-SQLAlchemy==2.1 >> Flask-WTF==0.12 >> html5lib==1.0b3 >> htmlmin==0.1.10 >> itsdangerous==0.24 >> Jinja2==2.7.3 >> linecache2==1.0.0 >> MarkupSafe==0.23 >> passlib==1.6.2 >> pbr==1.9.1 >> psycopg2==2.6.2 >> pycrypto==2.6.1 >> pyrsistent==0.11.13 >> python-dateutil==2.5.0 >> python-mimeparse==1.5.1 >> pytz==2014.10 >> simplejson==3.6.5 >> six==1.9.0 >> speaklater==1.3 >> SQLAlchemy==1.0.14 >> sqlparse==0.1.19 >> testscenarios==0.5.0 >> testtools==2.0.0 >> traceback2==1.4.0 >> unittest2==1.1.0 >> Werkzeug==0.9.6 >> WTForms==2.0.2 >> >> >> -- >> Dave Page >> Blog: http://pgsnake.blogspot.com >> Twitter: @pgsnake >> >> EnterpriseDB UK: http://www.enterprisedb.com >> The Enterprise PostgreSQL Company > > -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQL Company -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers