Skip to content

Commit

Permalink
Purged sample code of 'PIA' old library reference. Moved license file…
Browse files Browse the repository at this point in the history
… from src folder to root
  • Loading branch information
Canaan Seaton committed Jan 25, 2018
1 parent b183bb5 commit 3a471e9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions samples/Datatypes/Alarm.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
except ImportError as e:
print e.message

from PIA.Rockwell.Types import CommonType
from PIA.Rockwell.XML.Templates import *
from AB.Rockwell.Types import CommonType
from AB.Rockwell.XML.Templates import *

class Alarm(Datatype):
def __init__(self):
Expand Down
4 changes: 2 additions & 2 deletions samples/Datatypes/PushButton.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
except ImportError as e:
print e.message

from PIA.Rockwell.Types import CommonType
from PIA.Rockwell.XML.Templates import *
from AB.Rockwell.Types import CommonType
from AB.Rockwell.XML.Templates import *

class PB_OneButton(Datatype):
def __init__(self):
Expand Down

0 comments on commit 3a471e9

Please sign in to comment.