Made updates to some template files.

Change-Id: Ib9ee0046f235040f647b975c78c618c6562501d6
Signed-off-by: Michael Walsh <micwalsh@us.ibm.com>
diff --git a/templates/pgm_template.robot b/templates/pgm_template.robot
index ec963da..8ab75a9 100755
--- a/templates/pgm_template.robot
+++ b/templates/pgm_template.robot
@@ -6,6 +6,8 @@
 Documentation  Base to get a start on a robot program.
 
 Library                     pgm_template.py
+Library                     gen_print.py
+Library                     gen_robot_print.py
 
 Suite Setup                 Suite Setup
 Suite Teardown              Suite Teardown
@@ -23,9 +25,6 @@
 
 
 *** Test Cases ***
-###############################################################################
 Test Case 1
 
     Print Timen  First test case.
-
-###############################################################################