You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@senssoft.apache.org by ar...@apache.org on 2016/10/21 16:11:58 UTC

[05/48] incubator-senssoft-tap git commit: changed print to python 3 format

changed print to python 3 format


Project: http://git-wip-us.apache.org/repos/asf/incubator-senssoft-tap/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-senssoft-tap/commit/b27a8e77
Tree: http://git-wip-us.apache.org/repos/asf/incubator-senssoft-tap/tree/b27a8e77
Diff: http://git-wip-us.apache.org/repos/asf/incubator-senssoft-tap/diff/b27a8e77

Branch: refs/heads/master
Commit: b27a8e779f459c4cac4d8084617106c03f51f0c7
Parents: acf33e0
Author: Stephen York <Stephen York>
Authored: Thu Jun 30 03:16:57 2016 -0400
Committer: Stephen York <Stephen York>
Committed: Thu Jun 30 03:16:57 2016 -0400

----------------------------------------------------------------------
 app_mgr/apps.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-senssoft-tap/blob/b27a8e77/app_mgr/apps.py
----------------------------------------------------------------------
diff --git a/app_mgr/apps.py b/app_mgr/apps.py
index fba4f88..f613fa4 100644
--- a/app_mgr/apps.py
+++ b/app_mgr/apps.py
@@ -5,5 +5,5 @@ class AppMgrConfig(AppConfig):
     verbose_name = "Application Manager"
 
     def ready(self):
-        print 'Loading', self.verbose_name
+        print('Loading', self.verbose_name)
         import app_mgr.signals.handlers