~cubic-wizard/cubic/experimental

« back to all changes in this revision

Viewing changes to usr/share/cubic/utilities/displayer.py

  • Committer: PJ Singh
  • Date: 2020-11-24 05:07:12 UTC
  • Revision ID: psingh.cubic@gmail.com-20201124050712-261hpdpnezjc7pio
Continuing work on Bug #1853914. Code formatting.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
#                                                                      #
26
26
########################################################################
27
27
 
 
28
########################################################################
 
29
# References
 
30
########################################################################
 
31
 
 
32
# N/A
 
33
 
 
34
########################################################################
 
35
# Imports
 
36
########################################################################
 
37
 
28
38
import gi
29
39
 
30
40
gi.require_version('Gdk', '3.0')
54
64
logger.log_value('Using GtkSource version', GtkSource._version)
55
65
 
56
66
########################################################################
57
 
# References
58
 
########################################################################
59
 
 
60
 
# N/A
61
 
 
62
 
########################################################################
63
67
# Global Variables & Constants
64
68
########################################################################
65
69